Skip to content

Commit dbef1ad

Browse files
authored
error code fix (#550)
1 parent 6b8b177 commit dbef1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscrt/mqtt5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ class UnsubackReasonCode(IntEnum):
609609
Returned when the client was not authorized to unsubscribe from that topic filter on the server.
610610
"""
611611

612-
TOPIC_NAME_INVALID = 144
612+
TOPIC_FILTER_INVALID = 143
613613
"""
614614
Returned when the topic filter was correctly formed but is not allowed for the client on the server.
615615
"""

0 commit comments

Comments
 (0)