Namespace Color_Chan.Discord.Commands.Exceptions
Classes
ComponentInteractionResultException
An exception that should be thrown when a component interaction failed to execute and has not properly been handled.
InvalidActionRowException
An exception that should be thrown when an action row contains invalid data.
InvalidGuildSlashCommandException
An exception that should be thrown when a SlashCommandGuildAttribute is incorrectly used.
InvalidSlashCommandGroupException
An exception that should be thrown when a command group as no sub command.
MissingButtonPropertiesException
An exception that should be thrown when a button is missing certain properties.
ModuleCastNullReferenceException
An exception that should be thrown when a module failed to be casted.
NoOptionAttributeArgumentException
An exception that should be thrown when a parameter for a command is missing the SlashCommandOptionAttribute.
SlashCommandResultException
An exception that should be thrown when a command failed to execute and has not properly been handled.
UnsupportedSlashCommandParameterException
An exception that should be thrown when a slash command contains an unsupported parameter.
UpdateSlashCommandException
An exception that should be thrown when an error occured during the syncing process of the slash commands.