Skip to content

Commit

Permalink
codes: Updates from IANA
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 17, 2022
1 parent 27a2ce2 commit ad072ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiocoap/numbers/codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ class Code(ExtensibleIntEnum):
UNSUPPORTED_CONTENT_FORMAT = 143
UNSUPPORTED_MEDIA_TYPE = UNSUPPORTED_CONTENT_FORMAT # deprecated alias
UNPROCESSABLE_ENTITY = (4 << 5) + 22
TOO_MANY_REQUESTS = (4 << 5) + 29
INTERNAL_SERVER_ERROR = 160
NOT_IMPLEMENTED = 161
BAD_GATEWAY = 162
SERVICE_UNAVAILABLE = 163
GATEWAY_TIMEOUT = 164
PROXYING_NOT_SUPPORTED = 165
HOP_LIMIT_REACHED = (5 << 5) + 8

CSM = 225
PING = 226
Expand Down

0 comments on commit ad072ba

Please sign in to comment.