b3a392e5a2
This patch intends to update the base documenation that is built for the os-brick library. It includes the API documentation, changelog, tutorial. You can generate the documentation by running: tox -edocs DocImpact Change-Id: Ia0fe0118207bbdc3cf698dfe09c0b71ebddd57f3
15 lines
595 B
ReStructuredText
15 lines
595 B
ReStructuredText
:mod:`exception` -- Exceptions
|
|
==============================
|
|
|
|
.. automodule:: os_brick.exception
|
|
:synopsis: Exceptions generated by os-brick
|
|
|
|
.. autoclass:: os_brick.exception.BrickException
|
|
.. autoclass:: os_brick.exception.NotFound
|
|
.. autoclass:: os_brick.exception.Invalid
|
|
.. autoclass:: os_brick.exception.InvalidParameterValue
|
|
.. autoclass:: os_brick.exception.NoFibreChannelHostsFound
|
|
.. autoclass:: os_brick.exception.NoFibreChannelVolumeDeviceFound
|
|
.. autoclass:: os_brick.exception.VolumeDeviceNotFound
|
|
.. autoclass:: os_brick.exception.ProtocolNotSupported
|