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

    Class FlightError

    Base error class for all Flight client errors.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • message: string
      • Optionalcause: unknown

      Returns FlightError

    Properties

    cause: unknown

    Original error that caused this error, if any.

    name: string = "FlightError"

    Error name for identification.

    Methods

    • Type guard to check if an error is a FlightError.

      Parameters

      • error: unknown

      Returns error is FlightError