public final class MutateRowsException extends 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.
|
Constructor and Description |
---|
MutateRowsException(Throwable rpcError,
List<MutateRowsException.FailedMutation> failedMutations,
boolean retryable)
This constructor is considered an internal implementation detail and not meant to be used by
applications.
|
Modifier and Type | Method and Description |
---|---|
List<MutateRowsException.FailedMutation> |
getFailedMutations()
Retrieve all of the failed mutations.
|
getStatusCode, isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@InternalApi public MutateRowsException(@Nullable Throwable rpcError, @Nonnull List<MutateRowsException.FailedMutation> failedMutations, boolean retryable)
@Nonnull public List<MutateRowsException.FailedMutation> getFailedMutations()
Copyright © 2019 Google LLC. All rights reserved.