CallAbortedError

class
store/call.ts:157

extends Error

Raised when a call is cancelled, or its CallOptions.signal aborts.

Constructor

constructor

signature
new(reason): CallAbortedError

Parameters

NameTypeDescription
reasonstring

Returns

CallAbortedError