public abstract static class MutateRowsException.FailedMutation extends Object
MutateRowsRequest.getEntriesList()
.Constructor and Description |
---|
FailedMutation() |
Modifier and Type | Method and Description |
---|---|
static MutateRowsException.FailedMutation |
create(int index,
ApiException error)
This method is considered an internal implementation detail and not meant to be used by
applications.
|
abstract ApiException |
getError()
The error that prevented this mutation from being applied.
|
abstract int |
getIndex()
The index of the mutation in the original request's
MutateRowsRequest.getEntriesList() . |
@InternalApi @Nonnull public static MutateRowsException.FailedMutation create(int index, ApiException error)
public abstract int getIndex()
MutateRowsRequest.getEntriesList()
.@Nonnull public abstract ApiException getError()
Copyright © 2019 Google LLC. All rights reserved.