Exceptions¶
KvrGeneralError¶
-
exception
canlib.kvrlib.exceptions.
KvrGeneralError
(status)[source]¶ Bases:
canlib.kvrlib.exceptions.KvrError
A kvrlib error that does not (yet) have its own Exception
Warning
Do not explicitly catch this error, instead catch
KvrError
. Your error may at any point in the future get its own exception class, and so will no longer be of this type. The actual status code that raised anyKvrError
can always be accessed through astatus
attribute.