near-api-js - v7.0.4
    Preparing search index...

    Type Alias StorageError

    StorageError:
        | "StorageInternalError"
        | { MissingTrieValue: MissingTrieValue }
        | "UnexpectedTrieValue"
        | { StorageInconsistentState: string }
        | { FlatStorageBlockNotSupported: string }
        | { MemTrieLoadingError: string }

    Errors which may occur during working with trie storages, storing trie values (trie nodes and state values) by their hashes.