Skip to main content

ErrorCode

Enumeration Members

Enumeration MemberValueDescription
AdError10001Error raised when a general error occurs at initializing or during an Ad.
AdRequestUnsupported10002Error raised when trying to play Ads but the current Player setup doesn't support it.
AirPlayConnectingFailed9020Error raised when the casting failed.
AudioDecoderInitializationFailed3003Error raised when the audio decoder can not be initialized.
AudioDecryptionFailed6004Raised when an error occurs while decrypting audio data.
AudioTrackInitializationFailed3002Error raised when the audio track can not be initialized.
AudioUnsupported3006Error raised when all audio tracks are filtered out as unsupported.
AudioWriteError3004Error raised when writing to the audio buffer fails.
BehindLiveWindow5001Error raised when the current playback position is behind the live edge in a live stream.
CompleterNotFound7015-
ConnectivityGained1004Error raised when the player lost connectivity (ConnectivityLost), once connectivity was re-gained.
ConnectivityLost1003Error raised when downloading playback data and no network connectivity is available.
CslLimitReached6010Error raised when concurrent stream limiting reaches maximum clients.
CslNetworkError6011Error raised when there's a network error with the concurrent stream limiting service.
DnsLookupFailed1006Error raised when DNS lookup fails.
DownloadFailed13003Error raised when the download failed.
DownloadIdAlreadyInUse13001Error raised when the provided download ID is already in use.
DownloadNotFound13002Error raised when a download with the given ID cannot be found.
DrmError6001Error raised when fetching a DRM license fails. Note that this error usually occurs during license acquisition and before any decryption errors are reported by the decoder.
DrmKeyDownloadingFailed1001Error raised when a DRM key could not be fetched successfully. This is usually caused when offline licenses are loaded.
DrmProvisioningFailed6002Error raised when device provisioning fails.
DrmTodayError6003Error raised when an exception occurred while the player was communicating with DRMToday to fetch a license.
DrmUnsupported6006Error raised when attempting to use a DRM system that is not supported by the device.
HdcpConnectionWarning6009Error raised after the player sees changes in HDCP connectivity.
InvalidConfiguration7013Raised when the player configuration is invalid.
KeyExpired6008This error is raised if a DRM key expires during playback.
ManifestInvalid4003Error raised 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 specification.
ManifestLoadingFailed4001Error raised when loading the stream manifest fails.
ManifestParsingFailed4002Error raised when parsing the stream manifest fails.
MediaDownloadingFailed1000Error raised when playback data download failed.
MediaError3001Error raised when the player reports a general playback error.
NoPlayableContent3008Error raised when the applied filters were not able to find any viable content that can be displayed on the current device.
NoRendererFound7005Error raised when no plugin was found that can be used to create a renderer to playback a given DRM and content combination.
PlatformApiMismatch12004Error raised if a method is called that is not supported on the current API level.
PlayerError7001General player error.
PlayerExtensionAlreadyAdded7017-
PlayerExtensionNotFound7016-
PlayerNotFound7014-
SdkInitializationFailed12001Error raised when the SDK could not be initialised successfully.
SdkInvalidLicence12003Error 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.
SdkNotInitialized12002Error raised when the SDK was not initialized before calling a method.
SecondaryDisplayForbidden6007Error raised when a secondary display is detected and the current configuration does not permit playback on that display.
StorageReadingFailed11002Error raised when reading from storage failed.
StorageRemovingFailed11001Error raised when the file removal failed.
StorageWritingFailed11003Error raised when writing to storage failed.
StreamLoadingFailed5002-
TextTrackAlreadyLoaded2003Error raised when the text track already initialized.
TextUnsupported2001Error raised when all text tracks are filtered out as unsupported.
ThumbnailsContentInvalid9001Error raised when the thumbnails content is invalid.
ThumbnailsImageMissing9002Error raised when the thumbnails image is missing.
TimeoutOccurred1007Error raised when a network timeout occurs.
UserIdNotProvided9003Error raised when the userID is mandatory and has not been provided.
VideoDecoderInitialization3005Error raised when the video decoder can not be initialized.
VideoDecryptionFailed6005Raised when an error occurs while decrypting audio data.
VideoUnsupported3007Error raised if all video tracks are filtered out as unsupported.