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 document outlines the `FailedMutation` class within the Google Cloud Bigtable C++ client library, providing a reference for versions ranging from 2.11.0 to 2.37.0-rc."],["The `FailedMutation` class represents a `SingleRowMutation` that has failed and includes details on both the failure and the original mutation."],["Constructors are available for creating `FailedMutation` objects with `google::cloud::Status`, `google::rpc::Status`, or by moving or copying existing `FailedMutation` instances."],["The class provides operators for assignment using move and copy operations, and accessors to retrieve the status of the failed operation and its original index via the `status()` and `original_index()` functions."],["The most recent version available is 2.37.0-rc, which is marked as latest."]]],[]]