Skip to content

Commit

Permalink
error code fix (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK authored Mar 6, 2024
1 parent 6b8b177 commit dbef1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscrt/mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class UnsubackReasonCode(IntEnum):
Returned when the client was not authorized to unsubscribe from that topic filter on the server.
"""

TOPIC_NAME_INVALID = 144
TOPIC_FILTER_INVALID = 143
"""
Returned when the topic filter was correctly formed but is not allowed for the client on the server.
"""
Expand Down

0 comments on commit dbef1ad

Please sign in to comment.