libamxb  4.8.2
Bus Agnostic C API
Defines

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...
 

Detailed Description

Macro Definition Documentation

◆ AMXB_ERROR_BACKEND_FAILED

#define AMXB_ERROR_BACKEND_FAILED   7

Back-end failed.

Definition at line 128 of file amxb_error.h.

◆ AMXB_ERROR_INTERNAL

#define AMXB_ERROR_INTERNAL   1

Internal error.

Definition at line 92 of file amxb_error.h.

◆ AMXB_ERROR_INVALID_FD

#define AMXB_ERROR_INVALID_FD   6

Invalid file descriptor.

Definition at line 122 of file amxb_error.h.

◆ AMXB_ERROR_INVALID_URI

#define AMXB_ERROR_INVALID_URI   2

Invalid URI.

Definition at line 98 of file amxb_error.h.

◆ AMXB_ERROR_NOT_SUPPORTED_OP

#define AMXB_ERROR_NOT_SUPPORTED_OP   4

Function/operation not supported.

Definition at line 110 of file amxb_error.h.

◆ AMXB_ERROR_NOT_SUPPORTED_SCHEME

#define AMXB_ERROR_NOT_SUPPORTED_SCHEME   3

URI scheme not supported.

Definition at line 104 of file amxb_error.h.

◆ AMXB_ERROR_OP_IN_PROGRESS

#define AMXB_ERROR_OP_IN_PROGRESS   5

Operation in progress.

Definition at line 116 of file amxb_error.h.

◆ AMXB_ERROR_UNKNOWN

#define AMXB_ERROR_UNKNOWN   -1

Unknown error.

Definition at line 80 of file amxb_error.h.

◆ AMXB_STATUS_OK

#define AMXB_STATUS_OK   0

All ok.

Definition at line 86 of file amxb_error.h.