public final class MutateRowsException
extends com.google.api.gax.rpc.ApiException
getFailedMutations() will contain synthetic errors for all of the entries that
were part of that RPC.| Modifier and Type | Class and Description |
|---|---|
static class |
MutateRowsException.FailedMutation
Identifies which mutation failed and the reason it failed.
|
| Modifier and Type | Method and Description |
|---|---|
static MutateRowsException |
create(Throwable rpcError,
com.google.api.gax.rpc.StatusCode status,
List<MutateRowsException.FailedMutation> failedMutations,
boolean retryable)
This constructor is considered an internal implementation detail and not meant to be used by
applications.
|
List<MutateRowsException.FailedMutation> |
getFailedMutations()
Retrieve all of the failed mutations.
|
String |
getMessage() |
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@InternalApi public static MutateRowsException create(@Nullable Throwable rpcError, com.google.api.gax.rpc.StatusCode status, @Nonnull List<MutateRowsException.FailedMutation> failedMutations, boolean retryable)
public String getMessage()
getMessage in class Throwable@Nonnull public List<MutateRowsException.FailedMutation> getFailedMutations()
Copyright © 2026 Google LLC. All rights reserved.