THEOError
@objc(THEOplayerTHEOError)
public protocol THEOError : THEOBaseErrorAn error that is thrown by THEOplayer.
- 
                  
                  The date at which the error occured. DeclarationSwift var timestamp: Date { get }
- 
                  
                  A THEOErrorCode that indicates the type of error that has occurred. DeclarationSwift var code: THEOErrorCode { get }
- 
                  
                  An ErrorCategorythat indicates the category of the error that has occurred.DeclarationSwift var category: ErrorCategory { get }
- 
                  
                  The underlying cause of this error, if known. DeclarationSwift var cause: THEOBaseError? { get }
