SDException Struct Reference

#include <ServiceDiscovery.h>


Data Fields

int status
char * reason


Detailed Description

The SDException structure holds the status of a call to this Service Discovery API.


Field Documentation

int status

API call status. Will be SDStatus_SUCCESS (guaranteed to be zero) on success, or some other value on error.

char* reason

Reason for failure. Will be NULL if and only if status is SDStatus_SUCCESS, but may be an empty string.


Generated on Wed May 16 17:28:26 2012 for GLITE SERVICE DISCOVERY C API by  doxygen 1.4.7