GetAppErrCodeInfo
Function Usage
Obtains the error information based on the error code.
Prototype
1 | std::string GetAppErrCodeInfo(APP_ERROR err); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
err |
Input |
Error code |
Response Parameters
Data Structure |
Description |
|---|---|
std::string |
Error information corresponding to the error code. |
Parent topic: ErrorCode