Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error code 42922 #230

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading