@qualithm/arrow-flight-client - v0.1.4
    Preparing search index...

    Class FlightServerError

    Error thrown when the server returns an error response.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cause: unknown

    Original error that caused this error, if any.

    code: string

    gRPC status code from the server.

    details: string | undefined

    Additional error details from the server, if provided.

    name: string = "FlightServerError"

    Error name for identification.

    Methods