Base Exceptions

CanlibException

exception canlib.CanlibException[source]

Base class for all exceptions in canlib

DllException

exception canlib.DllException[source]

Bases: canlib.exceptions.CanlibException

Base class for exceptions from dll calls in canlib

All instances of this class must have a status attribute defined (this is enforced in the constructor). Its value is the status code that caused the exception.

property canERR

Deprecated name for status