Lines Matching full:error
2 * Summary: error handling
22 * Indicates the level of an error
27 XML_ERR_ERROR = 2, /* A recoverable error */
28 XML_ERR_FATAL = 3 /* A fatal error */
34 * Indicates where an error may have come from
61 XML_FROM_CHECK, /* The error checking module */
71 * An XML Error instance.
77 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 */
87 int int2; /* column number of the error or 0 if N/A (todo: rename this field when we would break ABI) */
95 * This is an error that the XML (or HTML) parser can generate
841 * Signature of the function to use when there is an error and
849 * @userData: user provided data for the error callback
850 * @error: the error being raised.
852 * Signature of the function to use when there is an error and
853 * the module handles the new error reporting mechanism.
855 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
871 * Default message routines used by SAX and Valid context for error
896 * Extended error information routines