Abstract
Internal
Initializes a new instance of ProcedureError
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.
Abstract
codeThe 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.
Abstract
nameThe name of the error type.
Generated using TypeDoc
A base abstraction of an error relating to a procedure.
Remarks
Intended for internal use; may not be exported in future.