summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2013-04-03 09:44:20 -0700
committerJoe Heck <heckj@mac.com>2013-04-03 09:44:20 -0700
commitb8d3788bf00de69da4a57228c8051788e6fc04e8 (patch)
tree6fd4f7b579b1af7761a63a20289fa307266dc3f9 /doc/source
parent3ce7017c7aba358158296f992ed4b594f0958834 (diff)
downloadpython-keystoneclient-b8d3788bf00de69da4a57228c8051788e6fc04e8.tar.gz
adding notes about dealing with exceptions in the client
Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/using-api.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/using-api.rst b/doc/source/using-api.rst
index b5d630c..fb1aa3a 100644
--- a/doc/source/using-api.rst
+++ b/doc/source/using-api.rst
@@ -29,6 +29,10 @@ You create a valid ``keystoneclient.v2_0.client.Client`` object by passing
authentication data to the constructor. Authentication and examples of common
tasks are provided below.
+You can generally expect that when the client needs to propogate an exception
+it will raise an instance of subclass of
+``keystoneclient.exceptions.ClientException``
+
Authenticating
==============