MillicastErrorEvent
public class MillicastErrorEvent : EventProtocolFired when MillicastEventTypes.ERROR occurs.
- 
                  
                  The textual representation of the error that happened. DeclarationSwift public let error: String
- 
                  
                  A more descriptive THEOErrorcontaining information about the error.DeclarationSwift public let errorObject: THEOError?
- 
                  
                  The textual representation of the type of event. DeclarationSwift public let type: String
- 
                  
                  The Dateat which the event occured.DeclarationSwift public let date: Date
