ErrorCategory
@objc(THEOplayerErrorCategory)
public enum ErrorCategory : Int32, Codable, CaseIterableThe Error category a TheoErrorCode belongs to.
- 
                  
                  Clusters all errors related to the configuration. DeclarationSwift @objc(THEOplayerErrorCategoryCONFIGURATION) case CONFIGURATION = 1
- 
                  
                  Clusters all errors related to the license. DeclarationSwift @objc(THEOplayerErrorCategoryLICENSE) case LICENSE = 2
- 
                  
                  Clusters all errors related to the source. DeclarationSwift @objc(THEOplayerErrorCategorySOURCE) case SOURCE = 3
- 
                  
                  Clusters all errors related to the manifest. DeclarationSwift @objc(THEOplayerErrorCategoryMANIFEST) case MANIFEST = 4
- 
                  
                  Clusters all errors related to the media. DeclarationSwift @objc(THEOplayerErrorCategoryMEDIA) case MEDIA = 5
- 
                  
                  Clusters all errors related to the network. DeclarationSwift @objc(THEOplayerErrorCategoryNETWORK) case NETWORK = 6
- 
                  
                  Clusters all errors related to the content protection. DeclarationSwift @objc(THEOplayerErrorCategoryCONTENT_PROTECTION) case CONTENT_PROTECTION = 7
- 
                  
                  Clusters all errors related to the subtitles. DeclarationSwift @objc(THEOplayerErrorCategorySUBTITLE) case SUBTITLE = 8
- 
                  
                  Clusters all errors related to VR. DeclarationSwift @objc(THEOplayerErrorCategoryVR) case VR = 9
- 
                  
                  Clusters all errors related to ads. DeclarationSwift @objc(THEOplayerErrorCategoryADS) case ADS = 10
- 
                  
                  Clusters all errors related to fullscreen. DeclarationSwift @objc(THEOplayerErrorCategoryFULLSCREEN) case FULLSCREEN = 11
 ErrorCategory Enumeration Reference
      ErrorCategory Enumeration Reference