Exceptions
- exception ingenialink.exceptions.ILConfigurationFileParseError[source]
IngeniaLink configuration file parse error.
- exception ingenialink.exceptions.ILDictionaryParseError[source]
IngeniaLink dictionary parse error.
- exception ingenialink.exceptions.ILFirmwareLoadError[source]
IngeniaLink error while loading a firmware.
- exception ingenialink.exceptions.ILRegisterAccessError(*, base_message: str, reg: Register, base_exception: Exception, reason: str)[source]
IngeniaLink register access error raised when a register read or write is aborted.
- base_message
A general message describing the failed operation.
- reg
The register that was being accessed when the failure occurred.
- base_exception
The underlying exception that caused the failure.
- reason
A message describing the specific reason for the failure.