HcclGetErrorString
Description
Parses error codes of the HcclResult type.
Prototype
const char* HcclGetErrorString (HcclResult code)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
code |
Input |
Error codes to be parsed. The value is of the HcclResult type. |
Returns
Parsing result of error codes of the HcclResult type.
Constraints
None
Applicability
Parent topic: Exception Handling