pyarrow.flight.FlightUnavailableError#

exception pyarrow.flight.FlightUnavailableError#

Bases: pyarrow._flight.FlightError, pyarrow.lib.ArrowException

The server is not reachable or available.

args#
with_traceback()#

Exception.with_traceback(tb) โ€“ set self.__traceback__ to tb and return self.