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

    Interface SendError

    interface SendError {
        exception: SQLException | undefined;
    }
    Index
    exception: SQLException | undefined