Skip to content

Commit

Permalink
Merge pull request #275 from ably/add-mongodb-error-faqs
Browse files Browse the repository at this point in the history
adds error code faqs for mongodb connector
  • Loading branch information
jamienewcomb authored Nov 7, 2024
2 parents 60fd9cf + e692d0f commit 5c06dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol/errorsHelp.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
"72000": "https://faqs.ably.com/error-code-72000-ingress-operation-failed",
"72002": "https://faqs.ably.com/error-code-72002-ingress-table-is-unhealthy",
"72003": "https://faqs.ably.com/error-code-72003-ingress-cannot-connect-to-database",
"72004": "https://faqs.ably.com/error-code-72004-ingress-cannot-identify-channel-no-_ablychannel-field",
"72005": "https://faqs.ably.com/error-code-72005-ingress-invalid-pipeline",
"72006": "https://faqs.ably.com/error-code-72006-unable-to-resume-from-change-stream",
"72007": "https://faqs.ably.com/error-code-72007-unable-to-store-change-stream-resume-token",
"71302": "https://faqs.ably.com/error-71302-no-subscription-to-this-product-found-for-account",
"80000": "https://faqs.ably.com/error-code-80000-connection-failed",
"80002": "https://faqs.ably.com/error-code-80002-password-validation-request-timeout",
Expand Down

0 comments on commit 5c06dfb

Please sign in to comment.