The result.
Enumerator |
---|
DL_OK | Function call succeeded.
|
DL_OK_NO_CONTENT | Function call succeeded with no content.
|
DL_FAILED | Function call failed.
|
DL_INVALID_ADDRESS | Address not found, address invalid (browse of this node not possible, write -> address not valid).
|
DL_UNSUPPORTED | Function not implemented.
|
DL_OUT_OF_MEMORY | Out of memory or resources (RAM, sockets, handles, disk space ...).
|
DL_LIMIT_MIN | The minimum of a limitation is exceeded.
|
DL_LIMIT_MAX | The maximum of a limitation is exceeded.
|
DL_TYPE_MISMATCH | Wrong flatbuffer type, wrong data type.
|
DL_SIZE_MISMATCH | Size mismatch, present size doesn't match requested size.
|
DL_INVALID_FLOATINGPOINT | Invalid floating point number.
|
DL_INVALID_HANDLE | Invalid handle argument or NULL pointer argument.
|
DL_INVALID_OPERATION_MODE | Not accessible due to invalid operation mode (write not possible).
|
DL_INVALID_CONFIGURATION | Mismatch of this value with other configured values.
|
DL_INVALID_VALUE | Invalid value.
|
DL_SUBMODULE_FAILURE | Error in submodule.
|
DL_TIMEOUT | Request timeout.
|
DL_ALREADY_EXISTS | Create: resource already exists.
|
DL_CREATION_FAILED | Error during creation.
|
DL_VERSION_MISMATCH | Version conflict.
|
DL_DEPRECATED | Deprecated - function not longer supported.
|
DL_PERMISSION_DENIED | Request declined due to missing permission rights.
|
DL_NOT_INITIALIZED | Object not initialized yet.
|
DL_MISSING_ARGUMENT | Missing argument (eg. missing argument in fbs).
|
DL_TOO_MANY_ARGUMENTS | To many arguments.
|
DL_RESOURCE_UNAVAILABLE | Resource unavailable.
|
DL_COMMUNICATION_ERROR | Low level communication error occurred.
|
DL_TOO_MANY_OPERATIONS | Request can't be handled due to too many operations.
|
DL_WOULD_BLOCK | Request would block, you have called a synchronous function in a callback from a asynchronous function.
|
DL_COMM_PROTOCOL_ERROR | Internal protocol error.
|
DL_COMM_INVALID_HEADER | Internal header mismatch.
|
DL_CLIENT_NOT_CONNECTED | Client not connected.
|
DL_PROVIDER_RESET_TIMEOUT | Provider reset timeout.
|
DL_PROVIDER_UPDATE_TIMEOUT | Provider update timeout.
|
DL_PROVIDER_SUB_HANDLING | Provider default subscription handling.
|
DL_RT_NOTOPEN | RT not open.
|
DL_RT_INVALIDOBJECT | RT invalid object.
|
DL_RT_WRONGREVISON | RT wrong memory revision.
|
DL_RT_NOVALIDDATA | RT no valid data.
|
DL_RT_MEMORYLOCKED | RT memory already locked.
|
DL_RT_INVALIDMEMORYMAP | RT invalid memory map.
|
DL_RT_INVALID_RETAIN | RT invalid retain.
|
DL_RT_INTERNAL_ERROR | RT internal error.
|
DL_RT_MALLOC_FAILED | Allocation of shared memory failed - datalayer-shm connected?
|
DL_RT_WOULD_BLOCK | BeginAccess would block because there are no data.
|
DL_SEC_NOTOKEN | No token found.
|
DL_SEC_INVALIDSESSION | Token not valid (session not found).
|
DL_SEC_INVALIDTOKENCONTENT | Token has wrong content.
|
DL_SEC_UNAUTHORIZED | Unauthorized.
|
DL_SEC_PAYMENT_REQUIRED | Payment required.
|