mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
10 lines
524 B
JavaScript
10 lines
524 B
JavaScript
module.exports = {
|
|
SESSION_INVALID: `This session is not valid`,
|
|
OVERLAY_BADPOSITION: `Invalid overlay position! Was expected "primary" or "secondary"`,
|
|
INTERNAL_PROCESS_FAILED: `An internal error has occurred! `,
|
|
INVALID_DATA: `A function has been executed with invalid data and has caused an error!`,
|
|
INVALID_PROPS: `Some props failed!`,
|
|
INVALID_INDEX: "This request could not be indexed",
|
|
MISSING_REQUIRED_PAYLOAD: "Error has occurred because the function needed data that does not exist"
|
|
}
|
|
|