pyarrow.flight.FlightUnavailableError

exception pyarrow.flight.FlightUnavailableError

Bases: FlightError, ArrowException

The server is not reachable or available.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.