Hierarchy

  • Error
    • MeshFlowChildError

Constructors

Properties

arguments: string[]
await: boolean
backoffCoefficient: number
code: number
expire: number
index: number
maximumAttempts: number
maximumInterval: number
message: string
name: string
originJobId: string
parentWorkflowId: string
persistent: boolean
signalIn: boolean
stack?: string
workflowDimension: string
workflowId: string
workflowTopic: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void