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 provides documentation for the `FailedMutation` class within the Google Cloud Bigtable C++ client library, with the latest version being `2.37.0-rc`."],["The `FailedMutation` class represents a failure that occurred during a `SingleRowMutation`, capturing the failure status and the index of the failed operation."],["The class offers various constructors, including move and copy constructors, to facilitate the creation of `FailedMutation` objects, as well as accepting a `google::cloud::Status` or a `google::rpc::Status`."],["The `FailedMutation` class provides two functions, `status()` and `original_index()`, to access the status of the failed mutation and the original index of the failed operation, respectively."],["There are many available versions for this class with the oldest being `2.11.0`."]]],[]]