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