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 is used to encapsulate information about a failed `SingleRowMutation` operation in Google Cloud Bigtable."],["The `FailedMutation` class stores the failure `status` and the `original_index` of the failed mutation within a list of operations."],["It includes constructors to create `FailedMutation` objects using either `google::cloud::Status` or `google::rpc::Status`, as well as copy and move constructors."],["The class offers accessor functions `status()` and `original_index()` to retrieve the status of the failed operation and its index, respectively."],["The page lists links to documentation for versions ranging from 2.11.0 to 2.37.0-rc."]]],[]]