ReadonlycategoryAn ErrorCategory that indicates the category of the error that has occurred.
ReadonlycauseThe underlying cause of this error, if known.
ReadonlycodeAn ErrorCode that indicates the type of error that has occurred.
Optional ReadonlyresponseThe body contained in the HTTP response.
- Only available when ContentProtectionError.code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
Optional ReadonlystatusThe status code from the HTTP response.
- Only available when ContentProtectionError.code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
Optional ReadonlystatusThe status text from the HTTP response.
- Only available when ContentProtectionError.code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
Optional ReadonlysystemThe internal error code from the CDM.
- Only available when ContentProtectionError.code is ErrorCode.CONTENT_PROTECTION_INTERNAL_ERROR.
Optional ReadonlyurlThe URL that was used in the request.
- Only available when ContentProtectionError.code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
An error related to content protection.