Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandValidatorError

Describes the operand in error and provides the full definition for the option/operand - normally exposed when the JSON response format is requested.

export
interface

ICommandValidatorError

Hierarchy

  • ICommandValidatorError

Index

Properties

Optional definition

definition: any

The option definition that failed.

memberof

ICommandValidatorError

message

message: string

The validation error message.

memberof

ICommandValidatorError

Optional optionInError

optionInError: string

The option that failed validation.

memberof

ICommandValidatorError

Generated using TypeDoc