InvalidCommandException

class InvalidCommandException(val name: Key?, val reason: String) : KordExException

Thrown when a command could not be validated.

Parameters

name

The command name

reason

Why this command is considered invalid.

Constructors

Link copied to clipboard
constructor(name: Key?, reason: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
val name: Key?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String