Type Alias InvalidQuerierVersion

InvalidQuerierVersion: PlainDescriptor<
    {
        origin: { interior: XcmV3Junctions; parents: number };
        query_id: bigint;
    },
>

Expected query response has been received but the expected querier location placed in storage by this runtime previously cannot be decoded. The query remains registered.

This is unexpected (since a location placed in storage in a previously executing runtime should be readable prior to query timeout) and dangerous since the possibly valid response will be dropped. Manual governance intervention is probably going to be needed.