Indicates whether a Kinetic operation (get, put, security, etc) put succeeded or failed. Unlike Status it provides details like whether the failure resulted from a version or an HMAC error. More...
#include <kinetic_status.h>
Public Member Functions | |
KineticStatus (const StatusCode code, const string &message, const int64_t expected_cluster_version=0) | |
KineticStatus (const KineticStatus &status) | |
bool | ok () const |
StatusCode | statusCode () const |
const string & | message () const |
int64_t | expected_cluster_version () const |
void | operator= (const KineticStatus &other) |
Indicates whether a Kinetic operation (get, put, security, etc) put succeeded or failed. Unlike Status it provides details like whether the failure resulted from a version or an HMAC error.
Definition at line 33 of file kinetic_status.h.