API Errors
| Api Error | Message | HTTP Status |
|---|---|---|
INPUT_VALIDATION_FAILED |
Input is not valid |
400 BAD_REQUEST |
AUTHENTICATION_FAILED |
Failed to Authenticate |
401 UNAUTHORIZED |
INVALID_TYPE_OF_ARGUMENT |
Provided argument is of invalid type |
400 BAD_REQUEST |
ACCESS_DENIED |
Access denied |
403 FORBIDDEN |
MEDIA_NOT_SUPPORTED |
Media not supported |
415 UNSUPPORTED_MEDIA_TYPE |
REALM_NOT_FOUND_OR_DISABLED |
Realm does not exist or is disabled |
422 UNPROCESSABLE_ENTITY |
END_ENTITY_VALIDATION_ERROR |
One or more end entities has a validations error |
422 UNPROCESSABLE_ENTITY |
CSV_PARSING_ERROR |
There was an error with parsing the csv file. |
500 INTERNAL_SERVER_ERROR |
BAD_REQUEST |
Bad Request |
400 BAD_REQUEST |
UNMAPPED_REQUEST_URL |
The request URL is not mapped to an endpoint |
404 NOT_FOUND |
METHOD_NOT_ALLOWED |
Method not allowed |
405 METHOD_NOT_ALLOWED |
UNKNOWN_ERROR |
Unknown Error |
500 INTERNAL_SERVER_ERROR |