Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ErrorResponse = errorMessageDescription
errorMessagetype = StringThe error message

Anchor
Value
Value

...

EncodedValue

EncodedValue represents a serialized value in a format that Geode can understand. It is used for both keys and values in database requests.The Value is serialized bytes for the Geode region value. It contains value header and series of bytes. Using value header, we can send a big serialized object in more than one chunk. 

Value = {ValueHeader value}Description
encodingTypetype = int8 (encoding type)The encoding type of the following bytes.
valuetype = bytesSerialized Value Object which Geode can understand

...