Call the acioGetErrorDescription
function to return an error description.
onst char* acioGetErrorDescription( aciError nError);
Arguments | Type/Description |
---|---|
nError
|
aciError An ACI error code. |
This function returns an error description of the error code nError
.
An error description of the error code nError
.
|