[7.x] Split 'docs/' folder into 'docs/sphinx' and 'docs/guide'
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
40aeeffdf4
commit
7802eeea86
@@ -0,0 +1,25 @@
|
||||
.. _exceptions:
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
|
||||
.. py:module:: elasticsearch
|
||||
|
||||
.. autoclass:: ImproperlyConfigured
|
||||
|
||||
.. autoclass:: ElasticsearchException
|
||||
|
||||
.. autoclass:: SerializationError(ElasticsearchException)
|
||||
|
||||
.. autoclass:: TransportError(ElasticsearchException)
|
||||
:members:
|
||||
|
||||
.. autoclass:: ConnectionError(TransportError)
|
||||
.. autoclass:: ConnectionTimeout(ConnectionError)
|
||||
.. autoclass:: SSLError(ConnectionError)
|
||||
|
||||
.. autoclass:: NotFoundError(TransportError)
|
||||
.. autoclass:: ConflictError(TransportError)
|
||||
.. autoclass:: RequestError(TransportError)
|
||||
.. autoclass:: AuthenticationException(TransportError)
|
||||
.. autoclass:: AuthorizationException(TransportError)
|
||||
Reference in New Issue
Block a user