Uses of Class
org.apache.arrow.flight.ErrorFlightMetadata
Packages that use ErrorFlightMetadata
-
Uses of ErrorFlightMetadata in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return ErrorFlightMetadataMethods in org.apache.arrow.flight with parameters of type ErrorFlightMetadataModifier and TypeMethodDescriptionCallStatus.withMetadata
(ErrorFlightMetadata metadata) Return a copy of this status with associated exception metadata.Constructors in org.apache.arrow.flight with parameters of type ErrorFlightMetadataModifierConstructorDescriptionCallStatus
(FlightStatusCode code, Throwable cause, String description, ErrorFlightMetadata metadata) Create a new status.