Returns an object representing a failed parse. If the failure is critical, then parsing will stop immediately.
The string, unmodified, that was given to the parser.
The position of the parsing failure in istream.
The error message for the failure.
Whether or not the failure should cause an enclosing choice to fail (i.e., short-circuit).
Generated using TypeDoc
Represents a failed parse.