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