GDP_ERR_ITEM(GDP_ERROR_SUCCESS = 0, \
"success", \
"No error") \
GDP_ERR_ITEM(GDP_ERROR_INVALID_DATA, \
"invalid-data", \
"Invalid data") \
GDP_ERR_ITEM(GDP_ERROR_DATA_SIZE, \
"data-size", \
"Data size too large") \
GDP_ERR_ITEM(GDP_ERROR_GENERAL, \
"error", \
"General error") \
GDP_ERR_ITEM(GDP_ERROR_STOP, \
"stopped-for-shutdown", \
"Stopped for vmtoolsd shutdown") \
GDP_ERR_ITEM(GDP_ERROR_UNREACH, \
"publisher-unreachable", \
"Host daemon unreachable") \
GDP_ERR_ITEM(GDP_ERROR_TIMEOUT, \
"timeout", \
"Operation timed out") \
GDP_ERR_ITEM(GDP_ERROR_NO_SUBSCRIBERS, \
"no-subscribers", \
"No subscribers for data")