GetErrorMessage
GetErrorMessage API is used to obtain the error message corresponding to the error code that was set as a result of the last API call.
aa821test
Description
GetErrorMessage API is used to obtain the error message corresponding to the error code that was set as a result of the last API call.
API Signature
std::string GetErrorMessage(int errorCode) throw()
Parameters
errorCode [in]
Specifies the error code for which the error message needs to be retrieved
Return Values
Return Value | Inference |
GetErrorMessage | Error message as a string |