User`s guide

LUC API Reference [H]
LUC_ERR_FIO
The (MTK) LUC Library received an unexpected error from the Fast
I/O System Call Library.
LUC_ERR_INVALID_ENDPOINT
The endpoint parameter to the method was invalid.
LUC_ERR_ALREADY_STOPPED
User attempted to stopService on a previously stopped, or never
started, LucEndpoint object.
LUC_ERR_IO_ERROR
An underlying transport error occurred. The remote procedure call
may or may not have fired.
LUC_ERR_NOT_STARTED
The service has not yet been started. This error is returned by the
stopService, remoteCall, and remoteCallSync methods.
To start the service, use the startService method.
LUC_ERR_CANCELLED
Endpoint was stopped while this RPC was in progress.
LUC_ERR_INVALID_KEY
The key parameter for the setConfigValue or
getConfigValue methods is not one of the predefined
LUC configuration keys (LUC_CONFIG_* ). LUC configuration
keys are defined in getConfigValue Method on page 158.
LUC_ERR_INVALID_STATE
The setConfigValue method cannot change the key value
because of the endpoint's current state. The endpoint must be stopped
to set the nearby memory region configuration values.
S247920 165