ServiceError
ServiceError
Detailed service errors associated with a task.
JSON Example
{
"original_service_error_code": "string",
"default_message": "string",
"original_service": "string",
"localized_message": "string"
}
string
original_service_error_code
Required
The original error code of the service.
string
default_message
Optional
Error message in English.
string
original_service
Required
The original service name of the error.
string
localized_message
Optional
The localized message.