MillicastErrorEvent

public class MillicastErrorEvent : EventProtocol

Fired when MillicastEventTypes.ERROR occurs.

  • The textual representation of the error that happened.

    Declaration

    Swift

    public let error: String
  • A more descriptive THEOErrorcontaining information about the error.

    Declaration

    Swift

    public let errorObject: THEOError?
  • The textual representation of the type of event.

    Declaration

    Swift

    public let type: String
  • The Date at which the event occured.

    Declaration

    Swift

    public let date: Date