934ea8cc5e
023cf5380f: "[7.x] Document 'UnsupportedProductError'"d381491482: "[7.x] Rename product error to 'UnsupportedProductError'"b56fbcb155: "Document the Elasticsearch product check"b63d005138: "Don't swallow unexpected errors during Elasticsearch verification"801a839093: "Verify we're connected to Elasticsearch before requests" Signed-off-by: Shephali Mittal <shephalm@amazon.com>
26 lines
655 B
ReStructuredText
26 lines
655 B
ReStructuredText
.. _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)
|