Options
Modules
  • Command
  • Localization
  • Logger
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommandArgumentErrorKind

Enum containing the different kinds of errors we can expect to encounter when compiling command arguments at call-time

Index

Enumeration members

ArgumentResolutionError

ArgumentResolutionError: = 1

Argument resolution error: An error occurred while attempting to resolve a specific type from an argument's value

MissingRequiredArgument

MissingRequiredArgument: = 0

Missing required argument: An argument was declared non-optional but was not given when the command was called

Generated using TypeDoc