| Package | Description |
|---|---|
| org.apache.arrow.flight |
| Modifier and Type | Method and Description |
|---|---|
ErrorFlightMetadata |
CallStatus.metadata()
Metadata associated with the exception.
|
| Modifier and Type | Method and Description |
|---|---|
CallStatus |
CallStatus.withMetadata(ErrorFlightMetadata metadata)
Return a copy of this status with associated exception metadata.
|
| Constructor and Description |
|---|
CallStatus(FlightStatusCode code,
Throwable cause,
String description,
ErrorFlightMetadata metadata)
Create a new status.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.