summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2020-03-05 23:55:30 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2020-03-06 23:38:35 +0300
commitca79fc388a44fc387cce669e07bd5b90ae7644df (patch)
tree100edd44c816379811a7908cd4b8430cd195336a
parent2bba786b2543811c28f379fa12f3c7110ff0664f (diff)
Minor improvement to the ReasonCode documentation
Change-Id: I4ef25313ab2abc8016b320f3fbc54df5bc4d834c Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/mqtt/qmqtttype.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mqtt/qmqtttype.cpp b/src/mqtt/qmqtttype.cpp
index 51954f7..03f79a3 100644
--- a/src/mqtt/qmqtttype.cpp
+++ b/src/mqtt/qmqtttype.cpp
@@ -177,10 +177,13 @@ QT_BEGIN_NAMESPACE
An administratively imposed limit has been exceeded.
\value InvalidPayloadFormat
The payload format is invalid.
+ See also \l QMqttPublishProperties::payloadFormatIndicator().
\value RetainNotSupported
The server does not support retained messages.
+ See also \l QMqttServerConnectionProperties::retainAvailable().
\value QoSNotSupported
The QoS level requested is not supported.
+ See also \l QMqttServerConnectionProperties::maximumQoS().
\value UseAnotherServer
The server the client tries to connect to is not available. See also
\l QMqttServerConnectionProperties::serverReference().
@@ -189,12 +192,15 @@ QT_BEGIN_NAMESPACE
See also \l QMqttServerConnectionProperties::serverReference().
\value SharedSubscriptionsNotSupported
Shared subscriptions are not supported.
+ See also \l QMqttServerConnectionProperties::sharedSubscriptionSupported().
\value ExceededConnectionRate
The connection rate limit has been exceeded.
\value SubscriptionIdsNotSupported
Subscription IDs are not supported.
+ See also \l QMqttServerConnectionProperties::subscriptionIdentifierSupported().
\value WildCardSubscriptionsNotSupported
Subscriptions using wildcards are not supported by the server.
+ See also \l QMqttServerConnectionProperties::wildcardSupported().
Not all values are available in every use case. Especially, some servers
will reject a reason code not suited for a specific command. See below