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-08-14 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eFailedMutation\u003c/code\u003e class in the Google Cloud Bigtable C++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFailedMutation\u003c/code\u003e class encapsulates information about a \u003ccode\u003eSingleRowMutation\u003c/code\u003e that failed within a multi-row mutation, including the failure \u003ccode\u003estatus\u003c/code\u003e and the \u003ccode\u003eoriginal_index\u003c/code\u003e of the failed mutation.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides constructors to create instances of \u003ccode\u003eFailedMutation\u003c/code\u003e objects, including support for move and copy semantics, as well as both \u003ccode\u003egoogle::cloud::Status\u003c/code\u003e and \u003ccode\u003egoogle::rpc::Status\u003c/code\u003e types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estatus()\u003c/code\u003e function allows users to retrieve the \u003ccode\u003egoogle::cloud::Status\u003c/code\u003e of the failed mutation, while the \u003ccode\u003eoriginal_index()\u003c/code\u003e function returns the index of the failed mutation.\u003c/p\u003e\n"],["\u003cp\u003eThere are operators provided to modify \u003ccode\u003eFailedMutation\u003c/code\u003e objects that failed, and they can be copied or moved with operator overloading.\u003c/p\u003e\n"]]],[],null,[]]