awErrorToCompleteString
char * awErrorToCompleteString(
BrokerError err);
err | The error to be converted to a string. |
Returns a string that describes the specified err in greater detail than the function awErrorToString. Caller is not responsible for freeing memory associated with the returned value.
Note:
The value is valid only until the next error is generated.
See also: