qmi.core.exceptions.QMI_MessageDeliveryException

exception qmi.core.exceptions.QMI_MessageDeliveryException

Raised when a QMI message can not be delivered to its target.

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.