When thrown, indicates that an unhandled exception was thrown during procedure execution.

Hierarchy

Constructors

Properties

Constructors

Properties

code: ProcedureErrorCodes = ProcedureErrorCodes.EXECUTION_ERROR

The code used to identify the error type.

data?: Record<string, unknown>

An optional dictionary of data which will be passed to a procedure's caller when thrown.

message: string

A string indicating the cause of the error.

name: string = 'ProcedureExecutionError'

The name of the error type.

Generated using TypeDoc