Provides a textual description of an error code.
Function
- static const char* ReturnErrorString(int error_code)
Parameters
error_code
The error code for which you need a description.
Return Values
A null-terminated static string describing the error code.
Remarks
If the error_code is not a valid error code, the string "Invalid Error Code" is returned.
See Also