Base Exceptions¶
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.-
canERR
¶ Deprecated name for
status
-