
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
15 lines
251 B
ReStructuredText
15 lines
251 B
ReStructuredText
Exceptions
|
|
==========
|
|
|
|
.. currentmodule:: cinderclient
|
|
|
|
Exceptions
|
|
----------
|
|
|
|
Exceptions that the API might throw:
|
|
|
|
.. automodule:: cinderclient
|
|
:members: OpenStackException, BadRequest, Unauthorized, Forbidden,
|
|
NotFound, OverLimit
|
|
|