powermon.libs.errors module¶
a collection of powermon specific exceptions
- exception powermon.libs.errors.BLEResponseError¶
Bases:
Exception
Exception for errors with BLE response
- exception powermon.libs.errors.CommandDefinitionIncorrect¶
Bases:
Exception
Exception for errors in command definition
- exception powermon.libs.errors.CommandDefinitionMissing¶
Bases:
Exception
Exception for missing / not found command definition
- exception powermon.libs.errors.CommandError¶
Bases:
Exception
Exception for errors with commands
- exception powermon.libs.errors.CommandExecutionFailed¶
Bases:
Exception
Exception for errors with execution of commands
- exception powermon.libs.errors.ConfigError¶
Bases:
Exception
Exception for invaild configurations
- exception powermon.libs.errors.ConfigNeedsUpdatingError¶
Bases:
Exception
Exception for invalid configurations due to a breaking change
- exception powermon.libs.errors.InvalidCRC¶
Bases:
Exception
Exception for invalid crc
- exception powermon.libs.errors.InvalidResponse¶
Bases:
Exception
Exception for invalid responses
- exception powermon.libs.errors.PowermonProtocolError¶
Bases:
Exception
Exception for errors with protocol definitions
- exception powermon.libs.errors.PowermonWIP¶
Bases:
Exception
Exception for work not yet done