@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Class ConnectionError

    Error thrown when connection to the Flight SQL server fails.

    This includes:

    • Network unreachable
    • Connection refused
    • TLS handshake failures
    • Channel not ready

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    grpcCode?: number

    gRPC status code if available

    sqlState?: string

    SQL state if available (for QueryError)