public final class MutateRowsException extends ApiException
Thrown by the MutateRows when at least one Mutation failed. If the last failure was caused by an
RPC error (as opposed to a single entry failing), then this exception's cause will be set to that
error and #getFailedMutations() will contain synthetic errors for all of the entries that
were part of that RPC.
public List<MutateRowsException.FailedMutation> getFailedMutations()
Retrieve all of the failed mutations. This list will contain failures for all of the mutations
that have failed across all of the retry attempts so far.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]