The error codes listed in the following tables are the client front-end
extensions to the standard Service Provider error code set defined in
the DMI 2.0 Specification. Unless the
error code is specified for a particular function, apply the following rule:
DMIERR_CFE_* codes are common to all the client front-end functions,
DMIERR_MEM_* codes can be returned by memory management functions,
and DMIERR_RPC_* codes can appear in functions
involving RPC communication.
Symbol
|
Value
|
Description
|
DMIERR_CFE_NO_RPC_CLIENTS_LOADED
|
0x800
|
Client front end did not find any RPC provider
|
DMIERR_CFE_RPC_NOT_SUPPORTED
|
0x803
|
Specified RPC type is not supported
|
DMIERR_CFE_FUNCTION_NOT_SUPPORTED
|
0x808
|
Function is not supported for specified RPC
|
DMIERR_CFE_ALREADY_LISTENING
|
0x809
|
Indication server is already started
|
DMIERR_CFE_GENERAL_FAILURE
|
0x80B
|
Client front-end non-specific error
|