txclient | The Broker client requesting the subscriptions. |
n | The number of subscription structures in the array. |
subs | An array of subscription structures. See
BrokerSubscription Objects for more information. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The txclient has been destroyed or disconnected. |
AW_ERROR_INVALID_SUBSCRIPTION | One of the subs filter strings contains a parse error. |
AW_ERROR_NO_PERMISSION | The txclient does not have permission to subscribe to one of the subs event types. |
AW_ERROR_NULL_PARAM | The parameter sub, or one of the subscriptions it contains, is NULL. |
AW_ERROR_OUT_OF_RANGE | The sub_id parameter or one of the subscriptions is less than zero. |
AW_ERROR_UNKNOWN_EVENT_TYPE | The event type of one of the subscriptions does not exist on the Broker. |