Enumeration ErrorType

An enumeration detailing the type of an error.

Enumeration Members

AUTHORIZATION

A network resource is not authorized.

GENERIC

A generic error occurred.

INVALID_DATA

Data or input is invalid.

INVALID_PARAMETER

A method parameter is invalid.

INVALID_STATE

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

NETWORK

There is a network error.

NETWORK_IO

There is a network I/O failure.

NO_SOURCE

There is no source for the player to play.

NOT_AVAILABLE

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

A method or feature is not supported.

TIMEOUT

The player timed out on an operation.