XIncompleteErr
@Js
const class XIncompleteErr : XErr
Incomplete document exception indicates that the end of stream was reached before the end of the document was parsed.
Construct with optional message, line number, and root cause
new make(Str? message, Int line, Int col, Err? cause)
Construct with optional message, line number, and root cause.