@blockchaincommons/gstp - v1.0.0-beta.2
    Preparing search index...

    Interface ResponseErr

    What err gives on a failure: the reference's (Option<ARID>, Envelope) pair.

    interface ResponseErr {
        id: ARID | undefined;
        error: Envelope;
    }
    Index
    id: ARID | undefined

    The request id; undefined on an early failure.

    error: Envelope

    The 'error'.