aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias AftermathTransportErrorKind

    AftermathTransportErrorKind: "http" | "network" | "abort" | "timeout" | "decode"

    The transport failure categories used by AftermathTransportError.

    http is a non-2xx response. network is a fetch or configuration failure. abort is a caller cancellation. timeout is a transport or deadline timeout. decode is a response JSON or bigint-decoding failure.