exceptions — Exceptions Used in PyModbus

Module author: Galen Collins <bashwork@gmail.com>

Section author: Galen Collins <bashwork@gmail.com>

API Documentation

Pymodbus Exceptions

Custom exceptions to be used in the Modbus code.

class pymodbus.exceptions.ModbusException(string)

Base modbus exception

class pymodbus.exceptions.ModbusIOException(string='')

Error resulting from data i/o

class pymodbus.exceptions.ParameterException(string='')

Error resulting from invalid paramater

class pymodbus.exceptions.NotImplementedException(string='')

Error resulting from not implemented function

Table Of Contents

Previous topic

interfaces — System Interfaces

Next topic

other_message — Other Modbus Messages

This Page