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 page provides documentation for the `FailedMutation` class in the Google Cloud Bigtable C++ client library, with the most recent version being `2.37.0-rc`."],["The `FailedMutation` class encapsulates information about a failed `SingleRowMutation` operation, including the failure status and the index of the original mutation."],["The class includes multiple constructors to initialize `FailedMutation` objects with `google::cloud::Status`, `google::rpc::Status`, or by moving or copying existing `FailedMutation` objects."],["The `FailedMutation` class provides accessor functions, `status()` and `original_index()`, to retrieve the failure status and the original mutation index."],["There are multiple older versions of this class detailed in the content, ranging back to version 2.11.0, that can be accessed through links."]]],[]]