Skip to content

Commit

Permalink
Added error message links and descriptions
Browse files Browse the repository at this point in the history
Went through past communications and added regular questions to supportdesk, and linked here.

For issue #34.
  • Loading branch information
tomczoink authored Sep 4, 2018
1 parent 6503413 commit 3ffe15b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion protocol/errorsHelp.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"40103": "https://support.ably.io/solution/articles/3000065731-error-code-40103-invalid-use-of-basic-auth-over-non-tls-transport"
"40101": "https://support.ably.io/solution/articles/3000067415-40101-request-mac-does-not-match",
"40103": "https://support.ably.io/solution/articles/3000065731-error-code-40103-invalid-use-of-basic-auth-over-non-tls-transport",
"40104": "https://support.ably.io/solution/articles/3000068941-40104-timestamp-not-current",
"40105": "https://support.ably.io/solution/articles/3000068938-40105-nonce-value-replayed",
"40142": "https://support.ably.io/solution/articles/3000081686-error-code-40142-token-expired-code",
"40143": "https://support.ably.io/solution/articles/3000081687-error-code-40143-token-unrecognised",
"40144": "https://support.ably.io/solution/articles/3000080687-error-code-40144-unexpected-error-decoding-jwt-decode-exception",
"40160": "https://support.ably.io/solution/articles/3000081689--error-code-40160-action-not-permitted",
"40300": "https://support.ably.io/solution/articles/3000081685--error-code-40300-account-disabled",
"42911": "https://support.ably.io/solution/articles/3000081684-error-code-42911-maximum-account-wide-instantaneous-messages-rate-exceeded",
"80008": "https://support.ably.io/solution/articles/3000081690-error-code-80008-unable-to-recover-connection-connection-expired",
"90010": "https://support.ably.io/solution/articles/3000081688-error-code-90010-maximum-number-of-channels-per-connection-exceeded"
}

0 comments on commit 3ffe15b

Please sign in to comment.