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

    Type Alias RpcChunkError

    RpcChunkError:
        | { info: { error_message: string }; name: "INTERNAL_ERROR" }
        | { info: { [key: string]: unknown }; name: "UNKNOWN_BLOCK" }
        | { info: { shard_id: ShardId }; name: "INVALID_SHARD_ID" }
        | { info: { chunk_hash: CryptoHash }; name: "UNKNOWN_CHUNK" }