Interface QueryErrorEvent

Something went wrong with the query

interface QueryErrorEvent {
    error: Error;
    from: PeerId;
    name: "QUERY_ERROR";
    type: QUERY_ERROR;
}

Properties

Properties

error: Error
from: PeerId
name: "QUERY_ERROR"