itchcraft.errors
Custom error types.
Exceptions
A user-facing error message. |
|
An error that occurs during backend initialization. |
|
An error that is raised if a hardware endpoint is not found. |
|
An error that represents a general issue with the bite healer. |
Module Contents
- exception itchcraft.errors.CliError
Bases:
ExceptionA user-facing error message.
- exception itchcraft.errors.BackendInitializationError
Bases:
ExceptionAn error that occurs during backend initialization.
- exception itchcraft.errors.EndpointNotFound
Bases:
ExceptionAn error that is raised if a hardware endpoint is not found.
- exception itchcraft.errors.BiteHealerError
Bases:
ExceptionAn error that represents a general issue with the bite healer.