Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awError | awErrorToCompleteString
 
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: