PlayerErrorCodes

PlayerErrorCodes ⇐ Const

Kind: global class
Extends: Const

PlayerErrorCodes()

A static class that exposes the possible errors of all kind of players

NOT_SUPPORTED : number

Channel not supported by tuner

Kind: static constant of PlayerErrorCodes

NO_SIGNAL : number

Cannot tune to given transport stream (e.g. no signal)

Kind: static constant of PlayerErrorCodes

OBJECT_LOCKED : number

Tuner locked by other object.

Kind: static constant of PlayerErrorCodes

PARENTAL_LOCKED : number

Parental locked status

Kind: static constant of PlayerErrorCodes

ENCRYPTED : number

Encrypted channel, key/module missing.

Kind: static constant of PlayerErrorCodes

CHANNEL_UNKNOWN : number

Unknown channel

Kind: static constant of PlayerErrorCodes

INTERRUPTED : number

Channel switch interrupted (e.g. because another channel switch was activated before the previous one completed).

Kind: static constant of PlayerErrorCodes

RECORDED : number

Channel cannot be changed, because it is currently being recorded.

Kind: static constant of PlayerErrorCodes

URI_NOT_FOUND : number

Cannot resolve URI of referenced IP channel.

Kind: static constant of PlayerErrorCodes

BANDWIDTH : number

Insufficient bandwidth.

Kind: static constant of PlayerErrorCodes

UNREALIZED : number

The player is in the unrealized state and can not perform the requested action.

Kind: static constant of PlayerErrorCodes

RESOURCE : number

Insufficient resources are available to present the given channel (e.g. a lack of available codec resources).

Kind: static constant of PlayerErrorCodes

STREAM_NOT_FOUND : number

Specified channel not found in transport stream.

Kind: static constant of PlayerErrorCodes

TIMEOUT : number

A channel change request was made but no event were triggered following the action after a certain amount of time

Kind: static constant of PlayerErrorCodes

INVALID_SOURCE : number

The source is not valid: null, no id, no url

Kind: static constant of PlayerErrorCodes

UNKNOWN_SOURCE : number

The source is unknown, meaning the requested channel does not exist, the url of a video points to an non existing resource, …

Kind: static constant of PlayerErrorCodes

DRM_ERROR : number

The DRM process has failed

Kind: static constant of PlayerErrorCodes

SOURCE_CHANGE_ERROR : number

Generic error when the source change has failed

Kind: static constant of PlayerErrorCodes

NETWORK_ERROR : number

Some kind of network error occurred which prevented the media from being successfully fetched

Kind: static constant of PlayerErrorCodes

DECODE_ERROR : number

Despite having previously been determined to be usable, an error occurred while trying to decode the media resource

Kind: static constant of PlayerErrorCodes

CHANNEL_LOCKED : number

Channel locked status

Kind: static constant of PlayerErrorCodes

ADULT_LOCKED : number

Adult locked status

Kind: static constant of PlayerErrorCodes

INVALID_PLAYER_SESSION : number

The playerSession is not valid

Kind: static constant of PlayerErrorCodes

UNKNOWN : number

Unidentified error.

Kind: static constant of PlayerErrorCodes

NO_ERROR : number

No error

Kind: static constant of PlayerErrorCodes