From e06df05a69755f2231bc6fb1811a5bcfacd1b6ed Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Wed, 8 Apr 2015 17:17:32 -0500 Subject: Raising errors from the client instead of ksclient Consolidates HTTPError types into barbicanclient.exceptions. Provides a uniform way of external consumers to catch common exceptions that might occur as a result of normal client operation. Fixes bug 1431514 Change-Id: Id65e7da913bb06e2f94a50f44550199dc7f1beb6 --- doc/source/reference.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/source/reference.rst b/doc/source/reference.rst index 8ad7214..2232a28 100644 --- a/doc/source/reference.rst +++ b/doc/source/reference.rst @@ -46,3 +46,9 @@ Containers .. autoclass:: barbicanclient.containers.CertificateContainer :members: + +Exceptions +========== + +.. automodule:: barbicanclient.exceptions + :members: -- cgit v1.2.1