dlb_errors.h

Date:

Mon Feb 16 2026

NAME

dlb_errors.h

SYNOPSIS


Enumerations

enum DLBErrorCodes { }

Enumeration Type Documentation

enum DLBErrorCodes

Enumerator

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

Author

Generated automatically by Doxygen for Dynamic Load Balance from the source code.