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" }