Initializes an instance of ProcedureTimedOutError.
Optional
message: string = 'Timed out waiting for the operation to complete.'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 the request timed out waiting for the operation to complete.