itchcraft.errors ================ .. py:module:: itchcraft.errors .. autoapi-nested-parse:: Custom error types. Exceptions ---------- .. autoapisummary:: itchcraft.errors.CliError itchcraft.errors.BackendInitializationError itchcraft.errors.EndpointNotFound itchcraft.errors.BiteHealerError Module Contents --------------- .. py:exception:: CliError Bases: :py:obj:`Exception` A user-facing error message. .. py:exception:: BackendInitializationError Bases: :py:obj:`Exception` An error that occurs during backend initialization. .. py:exception:: EndpointNotFound Bases: :py:obj:`Exception` An error that is raised if a hardware endpoint is not found. .. py:exception:: BiteHealerError Bases: :py:obj:`Exception` An error that represents a general issue with the bite healer.