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."],[[["The webpage provides documentation for the `FailedMutation` class in the Google Cloud Bigtable C++ client library, with version 2.37.0-rc being the latest release."],["The `FailedMutation` class encapsulates the failure of a `SingleRowMutation` and allows access to the failure status and the index of the original mutation within a multi-row request."],["The documentation details the constructors for `FailedMutation`, including those that take a `google::cloud::Status`, `google::rpc::Status`, and move or copy constructors, as well as describing the operators."],["The `FailedMutation` class provides accessors, `status()` and `original_index()`, to retrieve the failure status and the index of the failed operation."],["The webpage has a history of the class as far back as version 2.11.0."]]],[]]