Returned when the subscription was accepted and the maximum QOS sent will be QOS 0.
Returned when the subscription was accepted and the maximum QOS sent will be QOS 1.
Returned when the subscription was accepted and the maximum QOS sent will be QOS 2.
Returned when the connection was closed but the sender does not want to specify a reason or none of the other reason codes apply.
Returned when the subscription was valid but the server did not accept it.
Returned when the client was not authorized to make the subscription on the server.
Returned when the subscription topic filter was correctly formed but not allowed for the client.
Returned when the packet identifier was already in use on the server.
Returned when a subscribe-related quota set on the server was exceeded.
Returned when the subscription's topic filter was a shared subscription and the server does not support shared subscriptions.
Returned when the SUBSCRIBE packet contained a subscription identifier and the server does not support subscription identifiers.
Returned when the subscription's topic filter contains a wildcard but the server does not support wildcard subscriptions.
Generated using TypeDoc
Reason codes inside SUBACK packet payloads that specify the results for each subscription in the associated SUBSCRIBE packet.
Enum values match MQTT5 spec encoding values.