gre_io_get_error_message
const char * gre_io_get_error_message(
gre_io_error_t *errorcodes
)
This gets the error message for an error code returned by a call to gre_io_get_error_codes.
Parameters
| Parameter | Type | Description |
|---|---|---|
errorcodes | gre_io_error_t * | A valid gre_io_error_t structure containing the errors returned from a call to gre_io_get_error_codes. |
Returns
| Type | Description |
|---|---|
const char * | The error message. |