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, which is used to encapsulate the details of a failed `SingleRowMutation` within the context of multi-row mutations."],["The `FailedMutation` class stores both the failure status (`google::cloud::Status` or `google::rpc::Status`) and the original mutation's index."],["The class includes constructors to handle various types of status information and supports move and copy semantics."],["It also provides accessor functions to retrieve the failure status and the original index of the failed mutation for handling or logging."],["The document provides information for 27 versions of this class, starting from version 2.11.0 up to 2.37.0-rc."]]],[]]