handleError

open suspend override fun handleError(t: Throwable, context: CommandContext): Key

Given a Throwable encountered during the parse function, return a human-readable string to display on Discord.

For multi converters, this is only called when the converter is required. The default behaviour simply re-throws the Throwable (or returns the reason if it's a DiscordRelayedException), so you only need to override this if you want to do something else.