FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Type Alias FetchStatus

    FetchStatus:
        | { type: "Pending" }
        | { type: "Success"; envelope: Envelope }
        | { type: "Rejected"; reason: string }
        | { type: "Error"; error: string }
        | { type: "Timeout" }

    Status of a participant's response fetch.

    Port of enum FetchStatus from cmd/parallel.rs.