Skip to content

Latest commit

 

History

History
80 lines (42 loc) · 1.59 KB

errors.rst

File metadata and controls

80 lines (42 loc) · 1.59 KB

Exceptions and Warnings

Error

.. py:currentmodule:: nise.errors

.. exception:: Error

    Base exception type that all NI Switch Executive exceptions derive from


DriverError

.. py:currentmodule:: nise.errors

.. exception:: DriverError

    An error originating from the NI Switch Executive driver


UnsupportedConfigurationError

.. py:currentmodule:: nise.errors

.. exception:: UnsupportedConfigurationError

    An error due to using this module in an usupported platform.

DriverNotInstalledError

.. py:currentmodule:: nise.errors

.. exception:: DriverNotInstalledError

    An error due to using this module without the driver runtime installed.

DriverTooOldError

.. py:currentmodule:: nise.errors

.. exception:: DriverTooOldError

    An error due to using this module with an older version of the NI Switch Executive driver runtime.

DriverTooNewError

.. py:currentmodule:: nise.errors

.. exception:: DriverTooNewError

    An error due to the NI Switch Executive driver runtime being too new for this module.

InvalidRepeatedCapabilityError

.. py:currentmodule:: nise.errors

.. exception:: InvalidRepeatedCapabilityError

    An error due to an invalid character in a repeated capability


DriverWarning

.. py:currentmodule:: nise.errors

.. exception:: DriverWarning

    A warning originating from the NI Switch Executive driver