canlib.exceptions¶
-
exception
canlib.exceptions.
CanlibException
[source]¶ Bases:
exceptions.Exception
Base class for all exceptions in canlib
-
exception
canlib.exceptions.
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 inDllException.__init__()
). Its value is the status code that caused the exception.-
canERR
¶ Deprecated name for
status
-