error_message
The description for the errorerror_type
The type of error such as auth_error
, validation_error
etc. Please see a full list of error types below.error_code
The error code for the type of issue that can be referenced for nuanced error handlingerror_status
The same as the HTTP status code for the responsevalidation_errors
field is populated for errors with type validation_error
Status Codes | Error Type | Description |
---|---|---|
400 | request_error or validation_error | Bad request parameters or validation failure |
401 | auth_error | Auth token failure or unauthorized access to a resource |
403 | auth_error | Forbidden access to a resource |
404 | request_error | Resource not found |
409 | idempotency_error | Conflicting requests with the same idempotency key |
429 | request_error | Rate limiting has occurred |
500 | request_error | Internal server error within Maple |