Skip to main content

ErrorResponseV2

Error details, returned with a non-success HTTP status code.

messagestring

Human-readable message describing the error

failureCodeFailureCode (string)required

Possible values: [GEOGRAPHICALLY_BLOCKED, ENDPOINT_NOT_FOUND, 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]

errorData object

Optional additional error context

property name*any

Optional additional error context

ErrorResponseV2
{
"message": "string",
"failureCode": "GEOGRAPHICALLY_BLOCKED",
"errorData": {}
}