Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImperativeErrorParms

Imperative Standard Error - All Imperative services/utils must thrown an Imperative Error (not a generic Error). The Imperative Error collects additional diagnostics and most (if not all) Imperative Promises

export
interface

IImperativeErrorParms

Hierarchy

  • IImperativeErrorParms

Index

Properties

Optional logger

logger: Logger

Logger for the Imperative Error (logs messages and the node report that is generated upon request)

memberof

IImperativeErrorParms

Optional suppressReport

suppressReport: boolean

Node report is automatically captured for diagnostic purposes, you can suppress by specifying true.

memberof

IImperativeErrorParms

deprecated

Removed as of 10/17/2018 due to install issues.

Optional tag

tag: string

Message tag - prepended to the error message specified. Useful for categorizing error messages (e.g. "Profile IO Error"). A ": " is appended automatically (e.g. "Profile IO Error: ")

memberof

IImperativeErrorParms

Generated using TypeDoc