CommandInputError

class CommandInputError()

Invalid user input routed to the application’s onInputError handler.

exported from lib.weeble.d

Extends:
  • Error

Properties

CommandInputError.argument

type: readonly string

CommandInputError.code

type: readonly CommandInputErrorCode

CommandInputError.commandName

type: readonly string

CommandInputError.received?

type: readonly string

CommandInputError.usage?

type: readonly string