ContentProtectionError
public protocol ContentProtectionError : THEOErrorAn error related to content protection.
- 
                  
                  The URL that was used in the request. Remark - Only available when THEOError.codeisTHEOErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERRORorTHEOErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
 DeclarationSwift var url: String? { get }
- Only available when 
- 
                  
                  The status code from the HTTP response. Remark - Only available when THEOError.codeisTHEOErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERRORorTHEOErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
 DeclarationSwift var status: Int? { get }
- Only available when 
- 
                  
                  The status text from the HTTP response. Remark - Only available when THEOError.codeisTHEOErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERRORorTHEOErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
 DeclarationSwift var statusText: String? { get }
- Only available when 
- 
                  
                  The body contained in the HTTP response. Remark - Only available when THEOError.codeisTHEOErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERRORorTHEOErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
 DeclarationSwift var response: String? { get }
- Only available when 
- 
                  
                  The internal error code from the CDM. Remark - Only available when THEOError.codeisTHEOErrorCode.CONTENT_PROTECTION_INTERNAL_ERROR.
 DeclarationSwift var systemCode: Int? { get }
- Only available when 
 ContentProtectionError Protocol Reference
      ContentProtectionError Protocol Reference