@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface HasFailedRpcException
KuduExceptions that can tell you which
RPC failed.| Modifier and Type | Method and Description |
|---|---|
org.apache.kudu.client.KuduRpc<?> |
getFailedRpc()
Returns the RPC that caused this exception.
|