|
Purpose
|
Returns the error message associated with specified error code. |
|
Return value
|
Returns a pointer to a string associated with the error code if successful. |
|
Description
|
Returns a text description of the given error code. These strings are statically declared and should not be deallocated from memory (using the free routine) by the user. If a defined text description cannot be found a generic default message is returned. |