@blockchaincommons/known-values - v1.0.0-beta.4
    Preparing search index...

    Interface LoadFailure

    One error a tolerant load met, with the file or directory it belongs to.

    interface LoadFailure {
        path: string;
        error: KnownValuesError;
    }
    Index
    path: string

    The file that failed to read or parse, or the directory that failed to list.

    The failure: Io or Json, with the reference's text.