
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>
16 lines
431 B
ReStructuredText
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
|