ErrorCategory

public enum ErrorCategory : Int32, Codable, CaseIterable

The Error category a TheoErrorCode belongs to.

  • Clusters all errors related to the configuration.

    Declaration

    Swift

    case CONFIGURATION = 1
  • Clusters all errors related to the license.

    Declaration

    Swift

    case LICENSE = 2
  • Clusters all errors related to the source.

    Declaration

    Swift

    case SOURCE = 3
  • Clusters all errors related to the manifest.

    Declaration

    Swift

    case MANIFEST = 4
  • Clusters all errors related to the media.

    Declaration

    Swift

    case MEDIA = 5
  • Clusters all errors related to the network.

    Declaration

    Swift

    case NETWORK = 6
  • Clusters all errors related to the content protection.

    Declaration

    Swift

    case CONTENT_PROTECTION = 7
  • Clusters all errors related to the subtitles.

    Declaration

    Swift

    case SUBTITLE = 8
  • VR

    Clusters all errors related to VR.

    Declaration

    Swift

    case VR = 9
  • ADS

    Clusters all errors related to ads.

    Declaration

    Swift

    case ADS = 10
  • Clusters all errors related to fullscreen.

    Declaration

    Swift

    case FULLSCREEN = 11
  • This category clusters all errors related to caching.

    Declaration

    Swift

    case CACHE = 12
  • This category clusters all errors related to THEOlive.

    Declaration

    Swift

    case THEOLIVE = 13
  • This category clusters all errors related to Millicast.

    Declaration

    Swift

    case MILLICAST = 14