Skip to content

Commit

Permalink
Add error code 42922
Browse files Browse the repository at this point in the history
Adds error code 42922 "rate limit exceeded; too many requests"
  • Loading branch information
emptyhammond committed Jan 23, 2024
1 parent a62a5c3 commit 314b3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"42912": "there is a channel iteration call already in progress; only 1 active call is permitted to execute at any one time",
"42920": "rate limit exceeded (fatal)",
"42921": "max per-connection publish rate limit exceeded (fatal); closing connection",
"42922": "rate limit exceeded; too many requests",

"50000": "internal error",
"50001": "internal channel error",
Expand Down
1 change: 1 addition & 0 deletions protocol/errorsHelp.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"42910": "https://faqs.ably.com/error-code-42910-rate-limit-exceeded-request-rejected",
"42911": "https://faqs.ably.com/error-code-42911-maximum-account-wide-instantaneous-messages-rate-exceeded",
"42912": "https://faqs.ably.com/error-code-42912-channel-iteration-call-already-in-progress",
"42922": "https://faqs.ably.com/error-code-42922-rate-limit-exceeded-request-rejected",
"500": "https://faqs.ably.com/error-code-500",
"50000": "https://faqs.ably.com/error-code-50000-internal-error",
"50001": "https://faqs.ably.com/error-code-50001-internal-channel-error",
Expand Down

0 comments on commit 314b3f7

Please sign in to comment.