Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlayerError

An interface describing the payload of the PlayerEventType.ERROR event.

Hierarchy

  • PlayerError

Index

Properties

Properties

code

code: number

The error code.

message

message: string

The error message.

source

source: string

The source of the error.

type

type: ErrorType

The type of error.

Generated using TypeDoc