openstacksdk/doc/source/user/exceptions.rst
Stephen Finucane d84495279d docs: Add exception documentation
Provide a list of available exceptions and stress that callers must
handle these themselves.

Change-Id: If3f56524a4642e0e147305758a8c5a4cc88c94bd
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-08-28 17:57:24 +01:00

16 lines
431 B
ReStructuredText

Exceptions
==========
openstacksdk provides a number of `exceptions`__ for commonly encountered
issues, such as missing API endpoints, various HTTP error codes, timeouts and
so forth. It is the responsibility of the calling application to handle these
exceptions appropriately.
Available exceptions
--------------------
.. automodule:: openstack.exceptions
:members:
.. __: https://docs.python.org/3/library/exceptions.html