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 single-row mutation that has failed during a multi-row operation, encapsulating the failure and the original mutation."],["The class provides constructors for creating `FailedMutation` objects, including accepting `google::cloud::Status`, `google::rpc::Status`, as well as move and copy constructors."],["There are operators for assigning a `FailedMutation` and a pair of accessor functions, namely `status()` and `original_index()`, to access the failure status and original mutation index, respectively."],["The page displays the change log, starting with version 2.37.0-rc and going back to version 2.11.0."]]],[]]