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

431 B

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

openstack.exceptions