ApiError
ApiError
Details of an error that occurred during an API request
JSON Example
{
"error_code": "string",
"error_message": "string",
"error_details": [
{
"error_code": "string",
"error_message": "string"
}
]
}
string
error_code
Required
The code associated with the error
string
error_message
Required
A description of the error that occurred
array of ApiValidationError
error_details
Optional
Additional error details for ValidationException errors