THEOBaseError

@objc(THEOplayerTHEOBaseError)
public protocol THEOBaseError

A basic error that is thrown by THEOPlayer.

  • The name of the error.

    Remark

    Example: "THEOError"

    Declaration

    Swift

    var name: String { get }
  • The message of the error aimed at the user.

    Declaration

    Swift

    var message: String { get }
  • A stack-trace up until the error occured.

    Declaration

    Swift

    var stack: [String]? { get }