Const Readonly addError occurred while adding user to organization
Readonly allOccurs when a combination of multiple validators fails (e.g. when using security.some())
Readonly alreadyOccurs when the given item already exists (fails uniqueness constraint)
Readonly apiError occurred when trying to communicate with the API
Readonly appAn issue occurred while starting up the app
Readonly checkOccurs when the wrong type of token is used for an authentication method
Readonly emailLogged in user's email is not verified
Readonly featureFeature this endpoint is connected to is currently disabled
Readonly incorrectUser does not have the correct role for this action
Readonly internalGeneric 500 error (e.g. DB error or similar)
Readonly invalidOccurs when adapter modification cannot be performed
Readonly invalidOccurs when using the $apply param incorrectly
Readonly invalidOccurs when using the $expand param incorrectly
Readonly invalidOccurs when using the $filter param incorrectly
Readonly invalidOccurs when using the $orderBy param incorrectly
Readonly invitationInvitation code is expired or otherwise invalid
Readonly isUser is the final owner on this organization and so cannot be removed
Readonly isOrganization status is locked or otherwise unusable status
Readonly loginIncorrect username/password
Readonly messageThe given message does not belong to the logged in user
Readonly messageThe given message template is not an admin-owned message template
Readonly missOccurs when auth secret environment variables have not been provided
Readonly noNo orders exist for this user and target that are in a valid status
Readonly noGeneric 403 error: You do not have permission over the given resource
Readonly noEither zero or more than one user exists with the given email address, when we need to narrow to a single email
Readonly notGeneric 404 error: Item not found/does not exist in DB
Readonly not404 error: Route/method not found
Readonly oRedirect url provided for OAuth is not set as allowed
Readonly oauthGeneric oauth error
Readonly onetimeOnetime token is used for the wrong purpose
Readonly parseOccurs when the given token could not be parsed (e.g. invalid format)
Readonly passwordPassword does not meet the minimum requirements as configured
Readonly passwordPassword reset code is expired or otherwise invalid
Readonly requiresThe given validation requires the private chat flag to be set
Readonly schemaOccurs when a schema validation does not match the given request/response
Readonly sendOccurs when an email fails to send using SendGrid
Readonly sessionOccurs when a issue occurs with the session service
Readonly shortOccurs when auth secret environment variables are not long enough to be secure
Readonly tokenOccurs when the given token is valid, but fails security checks (e.g. IP address mismatch, user agent mismatch)
Readonly tokenToken has been invalidated and can no longer be used
Readonly topicThe topic is not public
Readonly twoTwo factor code does not exist or is otherwise invalid
Readonly uploadUpload of a file was cancelled (by user or system process)
Readonly uploadUpload of a file was unsuccessful
Readonly userUser cannot change their own role away from owner
Readonly userUser has no email address and cannot have mail sent to them
Readonly userUser is locked and can't be interacted with
Readonly userUser already has an organization with this name
Readonly userUser is not subscribed to this topic and cannot perform this action
Readonly verificationVerification email code is expired or otherwise invalid
Readonly wrongGeneric 400 error: Incorrect parameter provided
Generated using TypeDoc
Error codes for the application, including new codes for frontend framework.