Skip to main content

ErrorResponse

successbooleanrequired

Possible values: [false]

messagestring

Human-readable message describing the error

failureCodeFailureCode (string)required

Specific failure code

Possible values: [AUTHENTICATION_FAILED, VALIDATION_ERROR, SERVICE_UNAVAILABLE, INTERNAL_ERROR, ACR_CLOUD_ERROR, ACR_CLOUD_CONFIG_ERROR, NO_STREAMING_RIGHTS, CLIP_NOT_FOUND, TRACK_NOT_FOUND, COLLECTION_NOT_FOUND, INVALID_PARAMETERS, MISSING_HEADERS, NETWORK_ERROR]

errorDataobject

Additional error context data

ErrorResponse
{
"success": false,
"message": "string",
"failureCode": "AUTHENTICATION_FAILED",
"errorData": {}
}