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 in the Google Cloud Bigtable C++ client library, providing information on its role in handling failed `SingleRowMutation` operations."],["The `FailedMutation` class encapsulates a failed mutation, including the failure status and the original mutation details, to allow for possible resending, logging or other processing."],["The page includes the class definition across multiple versions of the library, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["It provides information about the constructors and operators within the `FailedMutation` class."],["The page outlines the `status()` and `original_index()` accessor functions of the `FailedMutation` class, which allow for retrieving details about the failure and its index."]]],[]]