pyarrow.flight.FlightError#
- exceptionpyarrow.flight.FlightError(message='',extra_info=b'')#
Bases:
ExceptionThe base class for Flight-specific errors.
A server may raise this class or one of its subclasses to providea more detailed error to clients.
- Parameters:
- Attributes:
- extra_info
bytes Extra binary error details that were provided by theserver/will be sent to the client.
- extra_info
- args#
On this page

