CallTimeoutError

class
store/call.ts:132

extends Error

Raised when a call goes CallOptions.timeoutMs without a correlated event.

Constructor

constructor

signature
new(channel, type, idleMs): CallTimeoutError

Parameters

NameTypeDescription
channelstring
NameTypeDescription
typestring
NameTypeDescription
idleMsnumber

Returns

CallTimeoutError

Properties

NameTypeDescription
channelstring
idleMsnumber
typestring