AdError | 10001 | Error 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. |
AirPlayConnectingFailed | 9020 | Error raised when the casting failed. |
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 | Error raised when all audio tracks are filtered out as unsupported. |
AudioWriteError | 3004 | Error raised when writing to the audio buffer fails. |
BehindLiveWindow | 5001 | Error raised when the current playback position is behind the live edge in a live stream. |
CompleterNotFound | 7015 | - |
ConnectivityGained | 1004 | Error raised when the player lost connectivity (ConnectivityLost), once connectivity was re-gained. |
ConnectivityLost | 1003 | Error raised when downloading playback data 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. |
DnsLookupFailed | 1006 | Error raised when DNS lookup fails. |
DownloadFailed | 13003 | Error raised when the download failed. |
DownloadIdAlreadyInUse | 13001 | Error raised when the provided download ID is already in use. |
DownloadNotFound | 13002 | Error raised when a download with the given ID cannot be found. |
DrmError | 6001 | Error 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. |
DrmKeyDownloadingFailed | 1001 | Error raised when a DRM key could not be fetched successfully. This is usually caused when offline licenses are loaded. |
DrmProvisioningFailed | 6002 | Error raised when device provisioning fails. |
DrmTodayError | 6003 | Error raised when an exception occurred while the player was communicating with DRMToday to fetch a license. |
DrmUnsupported | 6006 | Error raised when attempting to use a DRM system that is not supported by the device. |
HdcpConnectionWarning | 6009 | Error 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 | Error 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. |
ManifestLoadingFailed | 4001 | Error raised when loading the stream manifest fails. |
ManifestParsingFailed | 4002 | Error raised when parsing the stream manifest fails. |
MediaDownloadingFailed | 1000 | Error raised when playback data download failed. |
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 | Error raised if a method is called that is not supported on the current API level. |
PlayerError | 7001 | General player error. |
PlayerExtensionAlreadyAdded | 7017 | - |
PlayerExtensionNotFound | 7016 | - |
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 | Error raised when a secondary display is detected and the current configuration does not permit playback on that display. |
StorageReadingFailed | 11002 | Error raised when reading from storage failed. |
StorageRemovingFailed | 11001 | Error raised when the file removal failed. |
StorageWritingFailed | 11003 | Error raised when writing to storage failed. |
StreamLoadingFailed | 5002 | - |
TextTrackAlreadyLoaded | 2003 | Error raised when the text track already initialized. |
TextUnsupported | 2001 | Error raised when all text tracks are filtered out as unsupported. |
ThumbnailsContentInvalid | 9001 | Error raised when the thumbnails content is invalid. |
ThumbnailsImageMissing | 9002 | Error raised when the thumbnails image is missing. |
TimeoutOccurred | 1007 | Error raised when a network timeout occurs. |
UserIdNotProvided | 9003 | Error raised when the userID is mandatory and has not been provided. |
VideoDecoderInitialization | 3005 | Error raised when the video decoder can not be initialized. |
VideoDecryptionFailed | 6005 | Raised when an error occurs while decrypting audio data. |
VideoUnsupported | 3007 | Error raised if all video tracks are filtered out as unsupported. |