Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImperativeError

Defines an error that occurred in the CLI.

export
interface

IImperativeError

Hierarchy

Index

Properties

Optional additionalDetails

additionalDetails: string

any other extra contextual information (e.g. details pulled out of the cause errors)

memberof

IImperativeError

Optional causeErrors

causeErrors: any

Original errors that caused/influenced this one

memberof

IImperativeError

Optional errorCode

errorCode: string

If applicable, an error code, for example, HTTP status code surrounding the error

memberof

IImperativeError

msg

msg: string

Message text of the error

memberof

IImperativeError

Optional stack

stack: string

Error status

memberof

IImperativeError

Optional suppressDump

suppressDump: boolean

Whether or not the error should suppress a full error dump, like in Imperative init

memberof

IImperativeError

Generated using TypeDoc