pyarrow.flight.FlightCancelledError#

exception pyarrow.flight.FlightCancelledError#

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

The operation was cancelled.

args#
with_traceback()#

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