Exceptions

KvlcError

exception canlib.kvlclib.KvlcError[source]

Base class for exceptions raised by the Kvlclib class.

Looks up the error text in the kvlclib dll and presents it together with the error code and the wrapper function that triggered the exception.

KvlcEndOfFile

exception canlib.kvlclib.KvlcEndOfFile[source]

Exception used when EOF is reached on input file.

status = -3

KvlcNotImplemented

exception canlib.kvlclib.KvlcNotImplemented[source]

Exception used when kvlclib returns -11.

status = -4