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