Error API

  • A basic error that is thrown by THEOPlayer.

    See more

    Declaration

    Swift

    @objc(THEOplayerTHEOBaseError)
    public protocol THEOBaseError
  • An error that is thrown by THEOplayer.

    See more

    Declaration

    Swift

    @objc(THEOplayerTHEOError)
    public protocol THEOError : THEOBaseError
  • A network error.

    See more

    Declaration

    Swift

    @objc(THEOplayerNetworkError)
    public protocol NetworkError : THEOError
  • An error that is thrown by AVPlayer.

    See more

    Declaration

    Swift

    @objc(THEOplayerAVPlayerError)
    public protocol AVPlayerError : THEOError
  • A code that indicates the type of error that has occurred.

    See more

    Declaration

    Swift

    @objc(THEOplayerTHEOErrorCode)
    public enum THEOErrorCode : Int32, Codable, CaseIterable
  • The Error category a TheoErrorCode belongs to.

    See more

    Declaration

    Swift

    @objc(THEOplayerErrorCategory)
    public enum ErrorCategory : Int32, Codable, CaseIterable