mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
9 lines
466 B
JavaScript
9 lines
466 B
JavaScript
module.exports = {
|
|
SESSION_INVALID: `Your session is invalid`,
|
|
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!`,
|
|
MISSING_REQUIRED_PAYLOAD: "Error has occurred because the function needed data that does not exist"
|
|
}
|
|
|