ErrorEvent

public class ErrorEvent : PlayerEvent

Fired when PlayerEventTypes.ERROR occurs for the THEOplayer.

  • The textual representation of the error that happened.

    Remark

    • Can be an error message or a representation of the error object.

    Declaration

    Swift

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

    Declaration

    Swift

    public let errorObject: THEOError?