Skip to content

getStreamFailureDetails

const getStreamFailureDetails: (error) => StreamFailureDetails | undefined

Defined in: sdks/js/node-sdk/dist/index.d.ts:1757

Reads structured progress from a stream, sync, or publication error. All sequence values are exact bigints. Invalid or absent details return undefined. A published-but-unconfirmed error does not mean that publication failed.

unknown

StreamFailureDetails | undefined