pyarrow.flight.FlightError#
- exception pyarrow.flight.FlightError(message='', extra_info=b'')#
Bases:
Exception
The base class for Flight-specific errors.
A server may raise this class or one of its subclasses to provide a more detailed error to clients.
- Parameters
- Attributes
- extra_info
bytes
Extra binary error details that were provided by the server/will be sent to the client.
- extra_info
- args#
- with_traceback()#
Exception.with_traceback(tb) โ set self.__traceback__ to tb and return self.