Skip to main content

Class: DeterminismViolationError

workflow.DeterminismViolationError

Thrown in workflow when it tries to do something that non-deterministic such as construct a WeakRef()

Hierarchy

Constructors

constructor

new DeterminismViolationError(message?): DeterminismViolationError

Parameters

NameType
message?string

Returns

DeterminismViolationError

Inherited from

WorkflowError.constructor

Properties

message

message: string

Inherited from

WorkflowError.message


name

name: string

Inherited from

WorkflowError.name


stack

Optional stack: string

Inherited from

WorkflowError.stack


prepareStackTrace

Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Type declaration

▸ (err, stackTraces): any

Optional override for formatting stack traces

Parameters
NameType
errError
stackTracesCallSite[]
Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

WorkflowError.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

WorkflowError.stackTraceLimit

Methods

captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

NameType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

WorkflowError.captureStackTrace