xbmc
|
Peripheral add-on error codes
Used as return values on most peripheral related functions.
More...
Typedefs | |
typedef enum PERIPHERAL_ERROR | PERIPHERAL_ERROR |
Enumerations | |
enum | PERIPHERAL_ERROR { PERIPHERAL_NO_ERROR = 0, PERIPHERAL_ERROR_UNKNOWN = -1, PERIPHERAL_ERROR_FAILED = -2, PERIPHERAL_ERROR_INVALID_PARAMETERS = -3, PERIPHERAL_ERROR_NOT_IMPLEMENTED = -4, PERIPHERAL_ERROR_NOT_CONNECTED = -5, PERIPHERAL_ERROR_CONNECTION_FAILED = -6 } |
Peripheral add-on error codes
Used as return values on most peripheral related functions.
In this way, a peripheral instance signals errors in its processing and, under certain conditions, allows Kodi to make corrections.
enum PERIPHERAL_ERROR |