Base Exceptions¶
DllException¶
-
exception
canlib.DllException[source]¶ Bases:
canlib.exceptions.CanlibExceptionBase class for exceptions from dll calls in canlib
All instances of this class must have a
statusattribute defined (this is enforced in the constructor). Its value is the status code that caused the exception.-
canERR¶ Deprecated name for
status
-