Exceptions¶
KvrGeneralError¶
-
exception
canlib.kvrlib.exceptions.KvrGeneralError(status)[source]¶ Bases:
canlib.kvrlib.exceptions.KvrErrorA 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 anyKvrErrorcan always be accessed through astatusattribute.