@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface InfoErrorResult

    Returned in place of a result when infoType is "bit" and the name is unknown or missing. Distinguishable from every success shape: those are an array, or an object with name.

    The error KEY is contractual; its message text is not.

    interface InfoErrorResult {
        error: string;
    }
    Index
    error: string