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 Tue Sep 5 21:14:19 2006 for GLITE SERVICE DISCOVERY C API by doxygen 1.3.5