Skip to content

Commit

Permalink
Add error codes 40030, 40031, 40145
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Aug 24, 2018
1 parent 4e4c2d5 commit 6503413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"40014": "Resource disposed",
"40015": "Invalid device id",
"40020": "Batch error",
"40030": "Invalid publish request (unspecified)",
"40031": "Invalid publish request (invalid client-specified id)",

/* 401 codes */
"40100": "unauthorized",
Expand All @@ -44,6 +46,7 @@
"40142": "token expired",
"40143": "token unrecognised",
"40144": "invalid JWT format",
"40145": "invalid token format",
"40150": "connection blocked (limits exceeded)",
"40160": "operation not permitted with provided capability",
"40170": "error from client token callback",
Expand Down

0 comments on commit 6503413

Please sign in to comment.