Describes portion of an update buffer rejected due to error. More...
#include <UpdateRequest.h>
Public Attributes | |
| int | error |
| Error code. More... | |
| uint32_t | count |
| Number of key/value pairs to which error applies. More... | |
| uint32_t | offset |
| Starting byte offset within update buffer of rejected key/value pairs. More... | |
| uint32_t | len |
| Length (in bytes) from offset covering key/value pairs rejected. More... | |
Describes portion of an update buffer rejected due to error.
Definition at line 42 of file UpdateRequest.h.
| uint32_t Hypertable::SendBackRec::count |
Number of key/value pairs to which error applies.
Definition at line 46 of file UpdateRequest.h.
| int Hypertable::SendBackRec::error |
Error code.
Definition at line 44 of file UpdateRequest.h.
| uint32_t Hypertable::SendBackRec::len |
Length (in bytes) from offset covering key/value pairs rejected.
Definition at line 50 of file UpdateRequest.h.
| uint32_t Hypertable::SendBackRec::offset |
Starting byte offset within update buffer of rejected key/value pairs.
Definition at line 48 of file UpdateRequest.h.
1.8.8