char *GetFmtIOErrorString (FmtIOErrType errorNum);
Converts the error number GetFmtIOError returns into a meaningful error message.
Input | ||
Name | Type | Description |
errorNum | FmtIOErrType | Error code GetFmtIOError returns. |
Name | Type | Description |
message | string | Explanation of the error. |