Searched defs:_xmlError (Results 1 – 1 of 1) sorted by relevance
76 struct _xmlError { struct77 int domain; /* What part of the library raised this error */78 int code; /* The error code, e.g. an xmlParserError */79 char *message;/* human-readable informative error message */80 xmlErrorLevel level;/* how consequent is the error */81 char *file; /* the filename */82 int line; /* the line number if available */83 char *str1; /* extra string information */84 char *str2; /* extra string information */85 char *str3; /* extra string information */[all …]