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-05 UTC."],[[["This document outlines the `FailedMutation` class, which is used to represent a failed `SingleRowMutation` operation within the Google Cloud Bigtable C++ library."],["The document provides links to documentation for multiple versions of the library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `FailedMutation` class includes constructors that can take either `google::cloud::Status` or `google::rpc::Status` objects, and an index for identifying the original mutation that failed."],["The class also overloads the assignment operator for both rvalue and const lvalue references of `FailedMutation`."],["The class includes functions to get the status of the failed operation and the index of the operation that failed."]]],[]]