Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsErrorReplyEvent
 
awIsErrorReplyEvent
BrokerBoolean awIsErrorReplyEvent(
BrokerEvent event);
event
The event to be tested.
Determine if event is an error reply to an earlier request event. Returns true (1) if the event is of type Adapter::error. Returns false(0) if the above is not true, or if the event is invalid.
See also: