ErrorCode
Enumeration Members
Member | Value | Description |
---|---|---|
AdError | 10001 | This error is raised when a general error occurs at initializing or during an Ad. |
AdRequestUnsupported | 10002 | Error raised when trying to play Ads but the current Player setup doesn't support it. |
AudioDecoderInitializationFailed | 3003 | Error raised when the audio decoder can not be initialized. |
AudioDecryptionFailed | 6004 | Raised when an error occurs while decrypting audio data. |
AudioTrackInitializationFailed | 3002 | Error raised when the audio track can not be initialized. |
AudioUnsupported | 3006 | This error is raised if all audio tracks are filtered out as unsupported. |
AudioWriteError | 3004 | Raised when an error occurs while writing to the audio track. |
BehindLiveWindow | 5001 | Error raised when the current playback position is behind the live edge in a live stream. |
CompleterNotFound | 7015 | - |
ConnectivityGained | 1004 | This exception is raised after the player lost connectivity (ConnectivityLost), once connectivity was re-gained. |
ConnectivityLost | 1003 | This error is raised if an exception occurred while downloading playback and no network connectivity is available. |
CslLimitReached | 6010 | Error raised when concurrent stream limiting reaches maximum clients. |
CslNetworkError | 6011 | Error raised when there's a network error with the concurrent stream limiting service. |
DataDownloadingFailed | 1005 | This error is raised if an exception occurred while downloading data. |
DnsLookupFailed | 1006 | This error is raised when a DNS server error occurs. |
DrmError | 6001 | This error is raised if an exception occurred while the player was communicating with DRM server to fetch a license. Note that this error usually occurs during license acquisition and before any decryption errors are reported by the decoder. |
DrmKeyDownloadingFailed | 1001 | This error is raised if a DRM key could not be fetched successfully. This is usually caused when offline licenses are loaded. |
DrmProvisioningFailed | 6002 | Error raised during device provisioning. |
DrmTodayError | 6003 | This error is raised if an exception occurred while the player was communicating with DRMToday to fetch a license. |
DrmUnsupported | 6006 | This error is raised if you are trying to use a DRM system that is not supported by the device. |
HdcpConnectionWarning | 6009 | This exception is raised after the player sees changes in HDCP connectivity. |
InvalidConfiguration | 7013 | Raised when the player configuration is invalid. |
KeyExpired | 6008 | This error is raised if a DRM key expires during playback. |
ManifestInvalid | 4003 | This error happens when the player found a semantic issue with a Manifest. This could be due to a change in between manifest updates deemed as illegal by the corresponding spec. |
ManifestLoadingFailed | 4001 | This error type is raised when loading the player manifest (i.e. the DASH mpd, or the HLS playlist) failed. |
ManifestParsingFailed | 4002 | This error type is raised when parsing the player manifest (i.e. the DASH mpd, or the HLS playlist) failed. |
MediaDownloadingFailed | 1000 | This error is raised if an exception occurred while downloading playback data. |
MediaError | 3001 | Error raised when the player reports a general playback error. |
NoPlayableContent | 3008 | Error raised when the applied filters were not able to find any viable content that can be displayed on the current device. |
NoRendererFound | 7005 | Error raised when no plugin was found that can be used to create a renderer to playback a given DRM and content combination. |
PlatformApiMismatch | 12004 | This error is raised if a method is called that is not supported on the current API level. |
PlayerError | 7001 | General player error. |
PlayerNotFound | 7014 | - |
SdkInitializationFailed | 12001 | Error raised when the SDK could not be initialised successfully. |
SdkInvalidLicence | 12003 | Error raised when the castLabs player license is invalid or expired. Please contact support if you see this error unexpectedly. Note that if this error occurs, playback is prevented and the player will stop working. |
SdkNotInitialized | 12002 | Error raised when the SDK was not initialized before calling a method. |
SecondaryDisplayForbidden | 6007 | This error is raised if a secondary display is detected and the current configuration does not permit playback on that display. |
StorageReadingFailed | 11002 | - |
StorageRemovingFailed | 11001 | ** |
StorageWritingFailed | 11003 | - |
StreamLoadingFailed | 5002 | - |
TextTrackAlreadyLoaded | 2003 | - |
TextUnsupported | 2001 | This error is raised if all text tracks are filtered out as unsupported. |
ThumbnailsContentInvalid | 9001 | **** |
ThumbnailsImageMissing | 9002 | - |
TimeoutOccurred | 1007 | This error is raised when a timeout error occurs. |
UserIdNotProvided | 9003 | Error raised when the userID is mandatory and has not been provided. |
VideoDecoderInitialization | 3005 | Raised when the video decoder can not be initialized. |
VideoDecryptionFailed | 6005 | Raised when an error occurs while decrypting audio data. |
VideoUnsupported | 3007 | This error is raised if all video tracks are filtered out as unsupported. |