When thrown, indicates that an unhandled exception was thrown while attempting to call the procedure.

Hierarchy

Constructors

Properties

Constructors

Properties

code: ProcedureErrorCodes = ProcedureErrorCodes.INTERNAL_CLIENT_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 = 'ProcedureInternalClientError'

The name of the error type.

Generated using TypeDoc