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:66
The results contain a null profile for the required component.
Definition: results.h:89
There are too many values to be expressed as the requested type.
Definition: results.h:85
There are no results to get a value from.
Definition: results.h:82
The requested property does not exist, or is not a required property.
Definition: results.h:70
fiftyoneDegreesResultsNoValueReason
Enum containing reasons which cause a value to not be present or valid.
Definition: results.h:61
The difference value is higher than the threshold, see the Pattern API.
Definition: results.h:62
void * dataSet
Pointer to the data set associated with the results.
Definition: results.h:100
There is no result which contains a value for the requested property.
Definition: results.h:75
Base results structure which any processing results should extend.
Definition: results.h:99