Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awError | awErrorToString
 
awErrorToString
char * awErrorToString(BrokerError err);
err
The error to be converted to a string.
Returns a string that gives a brief description of the specified err. The caller is not responsible for freeing the memory associated with the returned value.
Note:
The value is valid only until the next error is generated.
See also: