Exceptions
AlreadyRegisteredError
#
Bases: CrescentException
Command or exception catch function was already registered
ConverterExceptionMeta
dataclass
#
ConverterExceptionMeta(
command: type[ClassCommandProto],
option_key: str,
value: Any,
exception: Exception,
)
ConverterExceptions
#
ConverterExceptions(errors: list[ConverterExceptionMeta])
InteractionAlreadyAcknowledgedError
#
Bases: CrescentException
Raise when an interaction is already acknowledged
PermissionsError
#
Bases: CrescentException
Raise when a permission is declared in a subcommand
PluginAlreadyLoadedError
#
Bases: CrescentException
A plugin is attempted to be loaded but the plugin manager already loaded the plugin.