Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ErrorType

An enumeration detailing the type of an error.

Index

Enumeration members

AUTHORIZATION

AUTHORIZATION: = "ErrorAuthorization"

A network resource is not authorized.

GENERIC

GENERIC: = "Error"

A generic error occurred.

INVALID_DATA

INVALID_DATA: = "ErrorInvalidData"

Data or input is invalid.

INVALID_PARAMETER

INVALID_PARAMETER: = "ErrorInvalidParameter"

A method parameter is invalid.

INVALID_STATE

INVALID_STATE: = "ErrorInvalidState"

The player or an internal object is in an invalid state.

NETWORK

NETWORK: = "ErrorNetwork"

There is a network error.

NETWORK_IO

NETWORK_IO: = "ErrorNetworkIO"

There is a network I/O failure.

NOT_AVAILABLE

NOT_AVAILABLE: = "ErrorNotAvailable"

The stream is not available. The accompanying HTTP status code can help identify why the stream is unavailable. If the status code is 429, the concurrent-viewers limit was reached. If the status code is 404, the stream does not exist or is offline.

NOT_SUPPORTED

NOT_SUPPORTED: = "ErrorNotSupported"

A method or feature is not supported.

NO_SOURCE

NO_SOURCE: = "ErrorNoSource"

There is no source for the player to play.

TIMEOUT

TIMEOUT: = "ErrorTimeout"

The player timed out on an operation.

Generated using TypeDoc