results.h
fiftyoneDegreesResultsBase * fiftyoneDegreesResultsInit(fiftyoneDegreesResultsBase *results, void *dataSet)
Initialise a set of results by setting the data set they are associated with.
No hash nodes were matched, see the Hash API.
Definition: results.h:61
The results contain a null profile for the required component.
Definition: results.h:84
There are too many values to be expressed as the requested type.
Definition: results.h:80
There are no results to get a value from.
Definition: results.h:77
The requested property does not exist, or is not a required property.
Definition: results.h:65
fiftyoneDegreesResultsNoValueReason
Enum containing reasons which cause a value to not be present or valid.
Definition: results.h:56
The difference value is higher than the threshold, see the Pattern API.
Definition: results.h:57
void * dataSet
Pointer to the data set associated with the results.
Definition: results.h:95
There is no result which contains a value for the requested property.
Definition: results.h:70
Base results structure which any processing results should extend.
Definition: results.h:94