pyarrow.flight.FlightCancelledError#
- exception pyarrow.flight.FlightCancelledError#
Bases:
FlightError
,ArrowCancelled
The operation was cancelled.
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.