client | The Broker client that is sending the event. |
request_event | The original request event for which this reply is to be delivered. |
n | The number of reply events to be delivered. |
events | An array of reply event to be delivered. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The Broker client, represented by the client parameter, has been destroyed or disconnected. |
AW_ERROR_INVALID_EVENT | The request_event or one of the reply events is invalid, request_event was not received from the Broker, or one the reply events does not match its type definition. |
AW_ERROR_NO_PERMISSION | The client does not have permission to publish the reply_event type. |
AW_ERROR_NULL_PARAM | The parameter events is NULL. |
AW_ERROR_OUT_OF_RANGE | The parameter n is less than zero. |
AW_ERROR_UNKNOWN_EVENT_TYPE | The event type for event does not exist on the Broker. |