Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awCopy | awCopyError
 
awCopyError
BrokerError awCopyError(
BrokerError err);
err
The error to copy.
Creates a copy of the specified error err. The caller is responsible for calling awDeleteError on the return value.
This function returns NULL if memory cannot be allocated or if err is invalid.
See also: