@wxn0brp/vql-client
    Preparing search index...

    Interface VQLError

    interface VQLError {
        c: number;
        err: true;
        msg: string;
    }
    Index

    Properties

    Properties

    c: number
    err: true
    msg: string