Skip to content

Commit

Permalink
rules: add before publish rule error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Nov 13, 2024
1 parent 09000d9 commit 73b6379
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 @@ -90,6 +90,9 @@
"41001": "push device registration expired",

"42200": "Unprocessable entity",
"42210": "content rejected (unspecified)",
"42211": "content rejected by before publish rule",
"42212": "content rejected by validation",

"42910": "rate limit exceeded (nonfatal): request rejected (unspecified)",
"42911": "max per-connection publish rate limit exceeded (nonfatal): unable to publish message",
Expand Down

0 comments on commit 73b6379

Please sign in to comment.