Go to the source code of this file.
|
| enum | DLBErrorCodes {
_DLB_ERROR_UPPER_BOUND = 3
, DLB_NOUPDT = 2
, DLB_NOTED = 1
, DLB_SUCCESS = 0
,
DLB_ERR_UNKNOWN = -1
, DLB_ERR_NOINIT = -2
, DLB_ERR_INIT = -3
, DLB_ERR_DISBLD = -4
,
DLB_ERR_NOSHMEM = -5
, DLB_ERR_NOPROC = -6
, DLB_ERR_PDIRTY = -7
, DLB_ERR_PERM = -8
,
DLB_ERR_TIMEOUT = -9
, DLB_ERR_NOCBK = -10
, DLB_ERR_NOENT = -11
, DLB_ERR_NOCOMP = -12
,
DLB_ERR_REQST = -13
, DLB_ERR_NOMEM = -14
, DLB_ERR_NOPOL = -15
, DLB_ERR_NOTALP = -16
,
DLB_ERR_NOLEWI = -17
, _DLB_ERROR_LOWER_BOUND = -18
} |
| |
◆ DLBErrorCodes
| Enumerator |
|---|
| _DLB_ERROR_UPPER_BOUND | |
| DLB_NOUPDT | The requested operation does not need any action
|
| DLB_NOTED | The operation cannot be performed now, but it has been attended
|
| DLB_SUCCESS | Success
|
| DLB_ERR_UNKNOWN | Unknown error
|
| DLB_ERR_NOINIT | DLB has not been initialized
|
| DLB_ERR_INIT | DLB is already initialized
|
| DLB_ERR_DISBLD | DLB is disabled
|
| DLB_ERR_NOSHMEM | DLB cannot find a shared memory
|
| DLB_ERR_NOPROC | DLB cannot find the requested process
|
| DLB_ERR_PDIRTY | DLB cannot update the target process, operation still in process
|
| DLB_ERR_PERM | DLB cannot acquire the requested resource
|
| DLB_ERR_TIMEOUT | The operation has timed out
|
| DLB_ERR_NOCBK | The callback is not defined and cannot be invoked
|
| DLB_ERR_NOENT | The queried entry does not exist
|
| DLB_ERR_NOCOMP | The operation is not compatible with the configured DLB options
|
| DLB_ERR_REQST | DLB cannot take more requests for a specific resource
|
| DLB_ERR_NOMEM | DLB cannot allocate more processes into the shared memory
|
| DLB_ERR_NOPOL | The operation is not defined in the current polic
|
| DLB_ERR_NOTALP | TALP is not initialized
|
| DLB_ERR_NOLEWI | LeWI is not initialized
|
| _DLB_ERROR_LOWER_BOUND | |