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 encapsulates information about a failed `SingleRowMutation` in Google Cloud Bigtable."],["The class provides constructors to create `FailedMutation` objects using either `google::cloud::Status` or `google::rpc::Status`, along with an index."],["The class includes move and copy constructors, as well as move and copy assignment operators for flexible object management."],["It exposes the `status()` and `original_index()` functions, allowing access to the failure status and the original index of the failed operation, respectively."],["The versions range from 2.37.0-rc down to 2.11.0, each version corresponding to the same class."]]],[]]