itchcraft.errors

Custom error types.

Exceptions

CliError

A user-facing error message.

BackendInitializationError

An error that occurs during backend initialization.

EndpointNotFound

An error that is raised if a hardware endpoint is not found.

BiteHealerError

An error that represents a general issue with the bite healer.

Module Contents

exception itchcraft.errors.CliError

Bases: Exception

A user-facing error message.

exception itchcraft.errors.BackendInitializationError

Bases: Exception

An error that occurs during backend initialization.

exception itchcraft.errors.EndpointNotFound

Bases: Exception

An error that is raised if a hardware endpoint is not found.

exception itchcraft.errors.BiteHealerError

Bases: Exception

An error that represents a general issue with the bite healer.