Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / isChannelDeliveryError

Function: isChannelDeliveryError()

ts
function isChannelDeliveryError(err): err is ChannelDeliveryError;

Defined in: packages/channels/src/spi.ts:235

Structural check for ChannelDeliveryError that survives package-boundary instanceof failures (matched by name, the same convention as EmbedderLockOnFirstError).

Parameters

ParameterType
errunknown

Returns

err is ChannelDeliveryError

Stable