libamxb
4.8.2
Bus Agnostic C API
|
Macros | |
#define | AMXB_ERROR_UNKNOWN -1 |
Unknown error. More... | |
#define | AMXB_STATUS_OK 0 |
All ok. More... | |
#define | AMXB_ERROR_INTERNAL 1 |
Internal error. More... | |
#define | AMXB_ERROR_INVALID_URI 2 |
Invalid URI. More... | |
#define | AMXB_ERROR_NOT_SUPPORTED_SCHEME 3 |
URI scheme not supported. More... | |
#define | AMXB_ERROR_NOT_SUPPORTED_OP 4 |
Function/operation not supported. More... | |
#define | AMXB_ERROR_OP_IN_PROGRESS 5 |
Operation in progress. More... | |
#define | AMXB_ERROR_INVALID_FD 6 |
Invalid file descriptor. More... | |
#define | AMXB_ERROR_BACKEND_FAILED 7 |
Back-end failed. More... | |
#define AMXB_ERROR_BACKEND_FAILED 7 |
Back-end failed.
Definition at line 128 of file amxb_error.h.
#define AMXB_ERROR_INTERNAL 1 |
Internal error.
Definition at line 92 of file amxb_error.h.
#define AMXB_ERROR_INVALID_FD 6 |
Invalid file descriptor.
Definition at line 122 of file amxb_error.h.
#define AMXB_ERROR_INVALID_URI 2 |
Invalid URI.
Definition at line 98 of file amxb_error.h.
#define AMXB_ERROR_NOT_SUPPORTED_OP 4 |
Function/operation not supported.
Definition at line 110 of file amxb_error.h.
#define AMXB_ERROR_NOT_SUPPORTED_SCHEME 3 |
URI scheme not supported.
Definition at line 104 of file amxb_error.h.
#define AMXB_ERROR_OP_IN_PROGRESS 5 |
Operation in progress.
Definition at line 116 of file amxb_error.h.
#define AMXB_ERROR_UNKNOWN -1 |
Unknown error.
Definition at line 80 of file amxb_error.h.
#define AMXB_STATUS_OK 0 |
All ok.
Definition at line 86 of file amxb_error.h.