This exception is thrown when the player API is accessed in an invalid state, e.g. after destroy.

Hierarchy (view full)

Constructors

Properties

code: ErrorCode
data?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
message: string
name: string
sourceIdentifier?: string
stack: string