Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
PVR add-on error codes
Used as return values on most PVR related functions.
More...
Typedefs | |
typedef enum PVR_ERROR | PVR_ERROR |
Enumerations | |
enum | PVR_ERROR { PVR_ERROR_NO_ERROR = 0 , PVR_ERROR_UNKNOWN = -1 , PVR_ERROR_NOT_IMPLEMENTED = -2 , PVR_ERROR_SERVER_ERROR = -3 , PVR_ERROR_SERVER_TIMEOUT = -4 , PVR_ERROR_REJECTED = -5 , PVR_ERROR_ALREADY_PRESENT = -6 , PVR_ERROR_INVALID_PARAMETERS = -7 , PVR_ERROR_RECORDING_RUNNING = -8 , PVR_ERROR_FAILED = -9 } |
PVR add-on error codes
Used as return values on most PVR related functions.
In this way, a PVR instance signals errors in its processing and, under certain conditions, allows Kodi to make corrections.
enum PVR_ERROR |