Errors Reference
As described in Response Format, errors have a code and a message. The following ones are present in the application:
Code
Name
Message
999
DefaultError
An exception occured.
998
CustomMessage
<a custom message>
997
ForbiddenError
You are not authorized to call this action.
996
Cancelled
The request has been cancelled.
995
NotFound
The specified resource was not found.
994
Validation
One or more validation errors occurred.
500
InternalServerError
Internal server error.
Last updated