THEOBaseError public protocol THEOBaseError A basic error that is thrown by THEOPlayer. name The name of the error. Remark Example: "THEOError" Declaration Swift var name: String { get } message The message of the error aimed at the user. Declaration Swift var message: String { get } stack A stack-trace up until the error occured. Declaration Swift var stack: [String]? { get }