public enum ErrorCategory : Int
ErrorCategory
defines a set of categories representing the broad classification of errors within the SDK.
public enum ErrorCategory : Int
ErrorCategory
defines a set of categories representing the broad classification of errors within the SDK.
Errors from the network stack.
Swift
case network = 1
Errors parsing text streams.
Swift
case text = 2
Errors parsing or processing audio or video streams.
Swift
case media = 3
Errors parsing the Manifest.
Swift
case manifest = 4
Errors related to DRM
Swift
case drm = 5
Miscellaneous errors from the player.
Swift
case player = 6
Errors related to cast.
Swift
case cast = 7
Errors related to Ads.
Swift
case ads = 8
Errors related to Analytics.
Swift
case analytics = 9
Errors related to download plugin.
Swift
case downloader = 10
Errors related to file storage.
Swift
case storage = 11
Errors related to playlists.
Swift
case playlist = 12
Errors related to the platform.
Swift
case system = 100
Errors related to plugins.
Swift
case plugin = 500
General SDK errors.
Swift
case sdk = 1000