SMP Exceptions¶
Simple Management Protocol (SMP) runtime Python Exception
s.
SMPException
¶
SMPDecodeError
¶
Bases: SMPException
An error occurred while decoding an SMP message.
SMPBadStartDelimiter
¶
Bases: SMPDecodeError
The start delimiter of the SMP message is invalid.
SMPBadContinueDelimiter
¶
Bases: SMPDecodeError
The continue delimiter of the SMP message is invalid.
SMPBadCRC
¶
Bases: SMPDecodeError
The CRC of the SMP message failed.
SMPDeserializationError
¶
Bases: SMPException
Failed to deserialize an SMP message.
SMPMismatchedGroupId
¶
Bases: SMPDeserializationError
Group ID in the SMP message does not match the expected group.
SMPMalformed
¶
Bases: SMPException
The SMP message is malformed.