55 #define OSCAP_EFAMILY_NONE 0
56 #define OSCAP_EFAMILY_GLIBC 1
57 #define OSCAP_EFAMILY_XML 2
58 #define OSCAP_EFAMILY_OSCAP 3
59 #define OSCAP_EFAMILY_OVAL 4
60 #define OSCAP_EFAMILY_XCCDF 5
61 #define OSCAP_EFAMILY_SCE 6
62 #define OSCAP_EFAMILY_NET 7
68 void oscap_clearerr(void);
const char * oscap_err_desc(void)
Get last error description.
Definition: error.c:155
char * oscap_err_get_full_error(void)
Get the full description for all the errors which has occured in this thread since the last call of t...
Definition: error.c:167
bool oscap_err(void)
Check for an error.
Definition: error.c:136
uint16_t oscap_errfamily_t
Error family type.
Definition: oscap_error.h:49
oscap_errfamily_t oscap_err_family(void)
Get last error family.
Definition: error.c:143