Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 1.36 KB

errors.rst

File metadata and controls

70 lines (37 loc) · 1.36 KB

Exceptions and Warnings

Error

Error

Base exception type that all NI-ModInst exceptions derive from

DriverError

DriverError

An error originating from the NI-ModInst driver

UnsupportedConfigurationError

UnsupportedConfigurationError

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

DriverNotInstalledError

DriverNotInstalledError

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

DriverTooOldError

DriverTooOldError

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

DriverTooNewError

DriverTooNewError

An error due to the NI-ModInst driver runtime being too new for this module.

DriverWarning

DriverWarning

A warning originating from the NI-ModInst driver