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 within the Google Cloud Bigtable C++ library, focusing on handling failed `SingleRowMutation` operations."],["The `FailedMutation` class encapsulates both the failure status and the original mutation's index, allowing applications to manage and potentially retry failed operations."],["The documentation provides a comprehensive list of available versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, as well as a description of the `FailedMutation` class."],["The `FailedMutation` class provides constructors to construct itself from `google::cloud::Status`, `google::rpc::Status`, and copy/move constructors as well as operator= functions to assign itself and accessors for retrieving the failure status and the original mutation index."]]],[]]