@exasol/exasol-driver-ts
    Preparing search index...

    Interface SQLException

    interface SQLException {
        sqlCode: string;
        text: string;
    }
    Index
    sqlCode: string
    text: string