We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8b177 commit dbef1adCopy full SHA for dbef1ad
awscrt/mqtt5.py
@@ -609,7 +609,7 @@ class UnsubackReasonCode(IntEnum):
609
Returned when the client was not authorized to unsubscribe from that topic filter on the server.
610
"""
611
612
- TOPIC_NAME_INVALID = 144
+ TOPIC_FILTER_INVALID = 143
613
614
Returned when the topic filter was correctly formed but is not allowed for the client on the server.
615
0 commit comments