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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `FailedMutation` class, which encapsulates information about a failed `SingleRowMutation` in Google Cloud Bigtable."],["The class provides constructors to create `FailedMutation` objects using either `google::cloud::Status` or `google::rpc::Status`, along with an index."],["The class includes move and copy constructors, as well as move and copy assignment operators for flexible object management."],["It exposes the `status()` and `original_index()` functions, allowing access to the failure status and the original index of the failed operation, respectively."],["The versions range from 2.37.0-rc down to 2.11.0, each version corresponding to the same class."]]],[]]