Initializes an instance of ProcedureExecutionError.
Optional
message: string = 'An unhandled exception was thrown during procedure execution.'A string indicating the cause of the error.
Optional
data: Record<string, unknown>An optional dictionary of data which will be passed to a procedure's caller when thrown.
The code used to identify the error type.
Optional
dataAn optional dictionary of data which will be passed to a procedure's caller when thrown.
A string indicating the cause of the error.
The name of the error type.
Generated using TypeDoc
When thrown, indicates that an unhandled exception was thrown during procedure execution.