client | The Broker client that is acknowledging the receipt of an event. |
seqn | The sequence number of the event to acknowledge. A value of zero acknowledges all the events received from the Broker that were previously unacknowledged. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_ACKNOWLEDGENT | The seqn is not a valid event to acknowledge. |
AW_ERROR_INVALID_CLIENT | The client has been destroyed or disconnected. |
AW_ERROR_OUT_OF_RANGE | The parameter seqn is less than zero. |