A multi-row mutation returns the list of operations that failed, this class encapsulates both the failure and the original mutation. The application can then choose to resend the mutation, or log it, or save it for processing via some other means.
[[["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 2025-03-14 UTC."],[[["This webpage details the `FailedMutation` class, which represents a failed `SingleRowMutation` operation in Google Cloud Bigtable."],["The `FailedMutation` class encapsulates the failure status and the original mutation's information, allowing applications to handle failed operations."],["The document includes constructors for creating `FailedMutation` objects with different status types and indexes."],["It outlines operators for assignment, including move and copy assignment, to allow for flexible management of the `FailedMutation` objects."],["The page also documents accessor functions `status()` and `original_index()` to retrieve the status of the failure and the original index of the mutation."]]],[]]