When thrown, indicates that the request timed out waiting for the operation to complete.

Hierarchy

Constructors

Properties

Constructors

Properties

code: ProcedureErrorCodes = ProcedureErrorCodes.TIMED_OUT

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 = 'ProcedureTimedOutError'

The name of the error type.

Generated using TypeDoc