error_code
string
Claid internal error identifier.error_type
string
Claid errors are grouped by topics and this field returns the name of that group.error_message
string
A human-readable description of the error.
If there was several reasons of failure - they will be concatenated as separate sentences, divided with point.error_details
object
If there is request validation error with key:value
pairs - this field represents nicely formatted version of error_message
. Otherwise it can be empty object - {}
.error_details
error_message
attribute.key:value
pairs of errored fields , use error_details
, but consider that it can be an empty object if there was no validation error associated with the field. In this case, you can get the message from the error_message
attribute.200-2xx
OK400
Bad Requesterror_message
attribute. See the Strategy to get error reason above.403
Forbidden404
Not Found409
Conflict422
Unprocessable Entityerror_message
and error_details
fields. 429
Too Many Requests500
Internal Server Errorx-request-id
header value (see the API reference).