File: exception.rst

package info (click to toggle)
python-os-brick 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,140 kB
  • ctags: 1,319
  • sloc: python: 10,746; sh: 31; makefile: 26
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