diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 18:46:20 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 18:46:20 +0200 |
commit | ecdaecf17a96d5e9f6bbede17fe9f12c800d75ec (patch) | |
tree | 1a56a558d852f0a29ca762e3b7a448babab3cb39 | |
parent | f809e0029c91d1549124586f08bd7fd636aa0dc6 (diff) | |
download | mastodon.py-ecdaecf17a96d5e9f6bbede17fe9f12c800d75ec.tar.gz |
Document new error
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 373f7c1..5226055 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -199,6 +199,9 @@ operation due to an upstream problem in the requests/urllib libraries. | |||
199 | `MastodonRatelimitError` is raised when you hit an API rate limit. You should try | 199 | `MastodonRatelimitError` is raised when you hit an API rate limit. You should try |
200 | again after a while (see the rate limiting section above). | 200 | again after a while (see the rate limiting section above). |
201 | 201 | ||
202 | `MastodonServerError` is raised when the server throws an internal error, likely due | ||
203 | to server misconfiguration. | ||
204 | |||
202 | `MastodonVersionError` is raised when a version check for an API call fails. | 205 | `MastodonVersionError` is raised when a version check for an API call fails. |
203 | 206 | ||
204 | 207 | ||