GetAppErrCodeInfo
Function Usage
This function is used to obtain the error information based on the error code.
Prototype
std::string GetAppErrCodeInfo(APP_ERROR err);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
err |
Input |
Error code. |
Return Parameter Description
Data Structure |
Description |
|---|---|
std::string |
Error information corresponding to the error code. |
Parent topic: ErrorCode