Uses of Class
org.apache.arrow.adbc.core.ErrorDetail
Packages that use ErrorDetail
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of ErrorDetail in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return types with arguments of type ErrorDetailModifier and TypeMethodDescriptionAdbcException.getDetails()Get extra driver-specific error details.Method parameters in org.apache.arrow.adbc.core with type arguments of type ErrorDetailModifier and TypeMethodDescriptionAdbcException.withDetails(Collection<ErrorDetail> details) Copy this exception with different details (a convenience for use with the static factories).Constructor parameters in org.apache.arrow.adbc.core with type arguments of type ErrorDetailModifierConstructorDescriptionAdbcException(@Nullable String message, @Nullable Throwable cause, AdbcStatusCode status, @Nullable String sqlState, int vendorCode, Collection<ErrorDetail> details)