Phantasmal Site > Phantasmal API > API Listing > get_parse_error_stack
API Function: get_parse_error_stack
- Summary:
- return the error(s) that stopped a parse
- Defined In LPC Object:
- /usr/common/obj/unq_dtd.c
- Prototype:
- string get_parse_error_stack(void)
- Can Be Called By:
- Anybody
- Description:
-
Returns the most recent parsing errors that occurred when doing
a parse_to_dtd().
- Return Value:
-
The error stack, as a string. Entries in the stack are
separated by newlines for easy display to human readers.
- Errors:
- Normally none.
- See Also:
- unq_parse_with_dtd ,
parse_to_dtd
|