Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 1.89 KB

errors.rst

File metadata and controls

100 lines (52 loc) · 1.89 KB

Exceptions and Warnings

Error

Error

Base exception type that all NI-DCPower exceptions derive from

DriverError

DriverError

An error originating from the NI-DCPower 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-DCPower driver runtime.

DriverTooNewError

DriverTooNewError

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

InvalidRepeatedCapabilityError

InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

SelfTestError

SelfTestError

An error due to a failed self-test

RpcError

RpcError

An error specific to sessions to the NI gRPC Device Server

DriverWarning

DriverWarning

A warning originating from the NI-DCPower driver