-
Notifications
You must be signed in to change notification settings - Fork 0
SyntaxError
Syntax Errors are generated during document parsing. Recoverable errors will be pushed to an array on the document (Document#errors). Fatal errors will be thrown and will need to be caught.
What part of the library raised this error
returns a Number or null
The error code
returns a Number or null
human-readable informative error message
returns a String or null
how consequent is the error
returns a Number or null
the filename
returns a String or null
the line number if available
returns a Number or null
extra string information
returns a String or null
extra string information
returns a String or null
extra string information
returns a String or null
extra number information
returns a Number or null
column number of the error or 0 if N/A
returns a Number