ErrorResponse
ErrorResponse
JSON Example
{
"retryable": false,
"path": "string",
"error_code": "string",
"error_messages": [
"string"
],
"status": 0
}
boolean
retryable
Required
If true, client should retry operation
string
path
Required
Originating request URI
string
error_code
Required
unique error code
array of
string
error_messages
Required
localized error messages
integer
status
Required
HTTP status code
Returned By