GfErrorInfo Struct Reference


Detailed Description

Structure used to return error information.

Data Fields

Oid args [4]
 A list of arguments included with the error.
GfErrType errorno
 The error number (error code).
char errorString [256]
 Text describing the error condion.
int32 numArgs
 The number of arguments that were included.

Field Documentation

Oid GfErrorInfo::args[4]

A list of arguments included with the error.

GfErrType GfErrorInfo::errorno

The error number (error code).

char GfErrorInfo::errorString[256]

Text describing the error condion.

int32 GfErrorInfo::numArgs

The number of arguments that were included.


GemFire C++ Cache API Documentation