Skip to main content

AppStartResponse

oneOf
successbooleanrequired

Possible values: [false]

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]

errorDataobject

Additional error context data

AppStartResponse
{
"success": false,
"message": "string",
"failureCode": "GEOGRAPHICALLY_BLOCKED",
"errorData": {}
}