Player Errors
Lura Player ensures a consistent error-handling mechanism across all supported platforms, providing a unified experience for developers. Errors encountered during playback, loading, or configuration are standardized, making debugging more efficient and predictable. Each error is represented by a unique code and message, allowing developers to identify and resolve issues quickly.
The Error List includes all possible error codes, and their descriptions. By maintaining a uniform error structure, Lura Player simplifies integration across web, mobile, and TV platforms, ensuring a seamless development experience regardless of the target environment.
| Error Code | Category | Description | 
|---|---|---|
| 1001 | Network Errors | Access to the configuration system is forbidden. | 
| 1002 | Network Errors | The requested asset configuration could not be found. | 
| 1003 | Network Errors | Failed to retrieve the configuration from the server. | 
| 1101 | Network Errors | Failed to fetch the manifest from the server. | 
| 1102 | Network Errors | Manifest request was forbidden by the server. | 
| 1103 | Network Errors | The requested manifest file could not be located. | 
| 1104 | Network Errors | The retrieved manifest file is empty. | 
| 1201 | Network Errors | Failed to fetch a media segment from the server. | 
| 1202 | Network Errors | Media segment request was forbidden by the server. | 
| 1203 | Network Errors | The requested media segment could not be found. | 
| 1301 | Network Errors | Failed to fetch media data from the server. | 
| 1302 | Network Errors | Media request was forbidden by the server. | 
| 1303 | Network Errors | The requested media file could not be found. | 
| 2001 | Media/Format Errors | The device does not support playback for this format. | 
| 2002 | Media/Format Errors | An error occurred while decoding the media file. | 
| 2003 | Media/Format Errors | No playable media sources are available. | 
| 3001 | DRM Errors | DRM license request failed due to a network issue. | 
| 3002 | DRM Errors | The required DRM key system is not supported. | 
| 3003 | DRM Errors | DRM initialization process failed. | 
| 4001 | Casting | Failed to start media casting. | 
| 4002 | Casting | Unable to establish a connection for casting. | 
| 5001 | Unknown/Other Errors | An unknown error has occurred. | 
| 6001 | Offline | Not enough storage space available on the device. | 
| 6002 | Offline | An error occurred while downloading media. | 
| 6003 | Offline | The manifest file for offline playback is missing. | 
| 6004 | Offline | An error occurred while downloading DRM-protected content. | 
| 7001 | Player License | No valid player license was found. | 
| 7002 | Player License | The player license provided is invalid. | 
| 7003 | Player License | The player license has expired. | 
| 7004 | Player License | The player license is not valid for this application. |