Type Alias InvalidResponder

InvalidResponder: PlainDescriptor<
    {
        expected_location?: { interior: XcmV3Junctions; parents: number };
        origin: { interior: XcmV3Junctions; parents: number };
        query_id: bigint;
    },
>

Expected query response has been received but the origin location of the response does not match that expected. The query remains registered for a later, valid, response to be received and acted upon.