Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
A SingleRowMutation that failed. More...
#include <google/cloud/bigtable/mutations.h>
Public Member Functions | |
FailedMutation (google::cloud::Status status, int index) | |
FailedMutation (google::rpc::Status const &status, int index) | |
FailedMutation (FailedMutation &&)=default | |
FailedMutation & | operator= (FailedMutation &&)=default |
FailedMutation (FailedMutation const &)=default | |
FailedMutation & | operator= (FailedMutation const &)=default |
accessors | |
google::cloud::Status const & | status () const |
int | original_index () const |
Friends | |
class | BulkMutation |
bool | operator== (FailedMutation const &a, FailedMutation const &b) noexcept |
bool | operator!= (FailedMutation const &a, FailedMutation const &b) noexcept |
A SingleRowMutation that failed.
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.
|
inline |
|
inline |
|
default |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |