File: exception.rst

package info (click to toggle)
python-os-brick 6.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,240 kB
  • sloc: python: 20,500; sh: 92; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
: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