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

Index

Properties

Properties

Optional logger

logger: Logger

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

memberof

IImperativeErrorParms

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