ErrorCategory
public enum ErrorCategory : Int32, Codable, CaseIterableThe Error category a TheoErrorCode belongs to.
- 
                  
                  Clusters all errors related to the configuration. DeclarationSwift case CONFIGURATION = 1
- 
                  
                  Clusters all errors related to the license. DeclarationSwift case LICENSE = 2
- 
                  
                  Clusters all errors related to the source. DeclarationSwift case SOURCE = 3
- 
                  
                  Clusters all errors related to the manifest. DeclarationSwift case MANIFEST = 4
- 
                  
                  Clusters all errors related to the media. DeclarationSwift case MEDIA = 5
- 
                  
                  Clusters all errors related to the network. DeclarationSwift case NETWORK = 6
- 
                  
                  Clusters all errors related to the content protection. DeclarationSwift case CONTENT_PROTECTION = 7
- 
                  
                  Clusters all errors related to the subtitles. DeclarationSwift case SUBTITLE = 8
- 
                  
                  Clusters all errors related to VR. DeclarationSwift case VR = 9
- 
                  
                  Clusters all errors related to ads. DeclarationSwift case ADS = 10
- 
                  
                  Clusters all errors related to fullscreen. DeclarationSwift case FULLSCREEN = 11
- 
                  
                  This category clusters all errors related to caching. DeclarationSwift case CACHE = 12
- 
                  
                  This category clusters all errors related to THEOlive. DeclarationSwift case THEOLIVE = 13
- 
                  
                  This category clusters all errors related to Millicast. DeclarationSwift case MILLICAST = 14
