diff options
Diffstat (limited to 'docs')
-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 | ||