Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ErrorCode

Groups

1000 - general errors

  • 1000 - 1099: GENERAL
  • 1100 - 1199: SETUP
  • 1200 - 1299: SOURCE
  • 1300 - 1399: PLAYBACK
  • 1400 - 1499: NETWORK

2000 - extended use cases

  • 2000 - 2099: DRM
  • 2100 - 2199: VR

3000 - module errors

  • 3000 - 3099: MODULE generic
  • 3100 - 3199: MODULE_ADVERTISING only for external modules

Index

Enumeration members

Enumeration members

API_NOT_AVAILABLE

API_NOT_AVAILABLE: = 1001

The player API is not available after a call to PlayerAPI.destroy.

DRM_CERTIFICATE_ERROR

DRM_CERTIFICATE_ERROR: = 2011

The certificate is not valid

DRM_FAILED_LICENSE_REQUEST

DRM_FAILED_LICENSE_REQUEST: = 2003

License request failed

DRM_FLASH_ERROR

DRM_FLASH_ERROR: = 2014

DRM error for the Flash renderer

DRM_INIT_DATA_MISSING

DRM_INIT_DATA_MISSING: = 2015

No init data was found for the used key system

DRM_KEY_ERROR

DRM_KEY_ERROR: = 2009

Key error

DRM_KEY_SESSION_INITIALIZATION_FAILED

DRM_KEY_SESSION_INITIALIZATION_FAILED: = 2007

Unable to create or initialize key session

DRM_KEY_SIZE_NOT_SUPPORTED

DRM_KEY_SIZE_NOT_SUPPORTED: = 2005

Key size is not supported

DRM_KEY_SYSTEM_NOT_SUPPORTED

DRM_KEY_SYSTEM_NOT_SUPPORTED: = 2010

The key system is not supported

DRM_MEDIA_KEY_INITIALIZATION_FAILED

DRM_MEDIA_KEY_INITIALIZATION_FAILED: = 2008

The MediaKey object could not be created/initialized

DRM_MISSING_CONFIGURATION

DRM_MISSING_CONFIGURATION: = 2001

Required DRM configuration is missing

DRM_NO_KEY_SYSTEM

DRM_NO_KEY_SYSTEM: = 2006

Unable to instantiate a key system supporting the required combinations

DRM_NO_LICENSE_SERVER_URL_PROVIDED

DRM_NO_LICENSE_SERVER_URL_PROVIDED: = 2002

The licensing server URL is missing

DRM_PLAYREADY_INVALID_HEADER_KEY_VALUE_PAIR

DRM_PLAYREADY_INVALID_HEADER_KEY_VALUE_PAIR: = 2012

Invalid header key/value pair for PlayReady license request

DRM_RESTRICTED_OUTPUT

DRM_RESTRICTED_OUTPUT: = 2013

Content cannot be played back because the output is restricted on this machine

MODULE_ADVERTISING_ERROR

MODULE_ADVERTISING_ERROR: = 3100

An Advertising module error has occurred. Refer to the attached AdvertisingError.

MODULE_DEPENDENCY_MISSING

MODULE_DEPENDENCY_MISSING: = 3004

A module cannot be loaded because one or more dependencies are missing.

MODULE_INVALID_DEFINITION

MODULE_INVALID_DEFINITION: = 3001

The definition of the module is invalid (e.g. incomplete).

MODULE_INVALID_DEFINITION_DEPENDENCY

MODULE_INVALID_DEFINITION_DEPENDENCY: = 3002

The module definition specifies dependencies but the module is not provided via a function for deferred loading.

MODULE_MISSING

MODULE_MISSING: = 3003

A module cannot be loaded because it has not been added to the player core.

NETWORK_ERROR

NETWORK_ERROR: = 1400

Network error while downloading

NETWORK_FAILED_CERTIFICATE_REQUEST

NETWORK_FAILED_CERTIFICATE_REQUEST: = 1404

The Certificate could not be loaded

NETWORK_MANIFEST_DOWNLOAD_TIMEOUT

NETWORK_MANIFEST_DOWNLOAD_TIMEOUT: = 1401

The manifest download timed out

NETWORK_PROGRESSIVE_STREAM_DOWNLOAD_TIMEOUT

NETWORK_PROGRESSIVE_STREAM_DOWNLOAD_TIMEOUT: = 1403

The progressive stream download timed out

NETWORK_SEGMENT_DOWNLOAD_TIMEOUT

NETWORK_SEGMENT_DOWNLOAD_TIMEOUT: = 1402

The segment download timed out

PLAYBACK_FLASH_ERROR

PLAYBACK_FLASH_ERROR: = 1302

General error if Flash renderer has an error

PLAYBACK_FLASH_INSUFFICIENT_RESOURCES

PLAYBACK_FLASH_INSUFFICIENT_RESOURCES: = 1303

Flash doesn't have sufficient resources

PLAYBACK_HLS_COULD_NOT_LOAD_TRANSMUXER

PLAYBACK_HLS_COULD_NOT_LOAD_TRANSMUXER: = 1304

The transmuxer could not be initialized

PLAYBACK_VIDEO_DECODING_ERROR

PLAYBACK_VIDEO_DECODING_ERROR: = 1301

Video decoder or demuxer had an error with the content

SETUP_FLASH_API_NOT_AVAILABLE

SETUP_FLASH_API_NOT_AVAILABLE: = 1112

Flash container API not available

SETUP_FLASH_NATIVE_NOT_AUTHORIZED

SETUP_FLASH_NATIVE_NOT_AUTHORIZED: = 1110

Native Flash is not authorized by a valid Adobe token

SETUP_FLASH_SECURITY_ERROR

SETUP_FLASH_SECURITY_ERROR: = 1111

Flash doesn't have sufficient resources

SETUP_FLASH_UNSUPPORTED_VERSION

SETUP_FLASH_UNSUPPORTED_VERSION: = 1109

The used flash version does not support playback

SETUP_INVALID_IMPRESSION_SERVER

SETUP_INVALID_IMPRESSION_SERVER: = 1107

The impression server URL is invalid

SETUP_INVALID_LICENSE_SERVER

SETUP_INVALID_LICENSE_SERVER: = 1106

The license server URL is invalid

SETUP_LICENSE_ERROR

SETUP_LICENSE_ERROR: = 1103

The license is not valid

SETUP_MISSING_CONFIGURATION

SETUP_MISSING_CONFIGURATION: = 1102

No configuration was provided

SETUP_MISSING_DOMAIN_LICENSE_WHITELIST

SETUP_MISSING_DOMAIN_LICENSE_WHITELIST: = 1104

The the domain-locked player is not authorized to playback on this domain

SETUP_MISSING_LICENSE_WHITELIST

SETUP_MISSING_LICENSE_WHITELIST: = 1105

The domain is not whitelisted

SETUP_NO_HTML_ELEMENT

SETUP_NO_HTML_ELEMENT: = 1101

There was an error when inserting the HTML video element

SETUP_NO_RENDERING_ENGINE

SETUP_NO_RENDERING_ENGINE: = 1108

Could not initialize a rendering engine

SETUP_UNSUPPORTED_PROTOCOL

SETUP_UNSUPPORTED_PROTOCOL: = 1113

Protocol not supported. This site has been loaded using "file" protocol, but unfortunately this is not supported. Please load the page using a web server (using http or https)

SOURCE_COULD_NOT_LOAD_MANIFEST

SOURCE_COULD_NOT_LOAD_MANIFEST: = 1208

The manifest could not be loaded

SOURCE_EMPTY_SEGMENT

SOURCE_EMPTY_SEGMENT: = 1207

The downloaded segment is empty

SOURCE_ENCRYPTION_METHOD_NOT_SUPPORTED

SOURCE_ENCRYPTION_METHOD_NOT_SUPPORTED: = 1211

The encryption method is not supported

SOURCE_FORCED_TECHNOLOGY_NOT_SUPPORTED

SOURCE_FORCED_TECHNOLOGY_NOT_SUPPORTED: = 1205

The forced technology is not supported

SOURCE_HLS_STREAM_ERROR

SOURCE_HLS_STREAM_ERROR: = 1210

HLS stream has an error

SOURCE_INVALID

SOURCE_INVALID: = 1201

No valid source was provided

SOURCE_MANIFEST_INVALID

SOURCE_MANIFEST_INVALID: = 1202

The downloaded manifest is invalid

SOURCE_NO_STREAM_FOUND_FOR_SUPPORTED_TECHNOLOGY

SOURCE_NO_STREAM_FOUND_FOR_SUPPORTED_TECHNOLOGY: = 1206

No stream found for supported technologies.

SOURCE_NO_SUPPORTED_TECHNOLOGY

SOURCE_NO_SUPPORTED_TECHNOLOGY: = 1203

There was no technology detected to playback the provided source

SOURCE_PROGRESSIVE_STREAM_ERROR

SOURCE_PROGRESSIVE_STREAM_ERROR: = 1209

Progressive stream type not supported or the stream has an error

SOURCE_STREAM_TYPE_NOT_SUPPORTED

SOURCE_STREAM_TYPE_NOT_SUPPORTED: = 1204

The stream type is not supported

UNKNOWN

UNKNOWN: = 1000

Error is unknown

VR_INCOMPATIBLE_PLAYER_TECHNOLOGY

VR_INCOMPATIBLE_PLAYER_TECHNOLOGY: = 2101

Player technology not compatible with VR playback

Generated using TypeDoc