Home | History | Annotate | Download | only in unicode

Lines Matching full:error

19  * \brief C API: Parse Error Information
32 * localize the error.
38 * context surrounding the error. If the source text is "let for=7"
39 * and "for" is the error (e.g., because it is a reserved word), then
46 * "let " "for=7" Pre- and post-context and error text
47 * "" "for" Error text only
59 * The line on which the error occured. If the parser uses this
61 * which the error appears, which will be be a value >= 1. If the
68 * The character offset to the error. If the line field is >= 1,
77 * Textual context before the error. Null-terminated. The empty
84 * The error itself and/or textual context after the error.