Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDelete | awDeleteError
 
awDeleteError
void awDeleteError(
BrokerError err);
err
The error to be deleted.
Deletes the specified error err.
Note:
Only use this function to delete an error object created by the awCopyError function.
See also: