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

Properties

Properties

error: Error
name: "QUERY_ERROR"

Generated using TypeDoc