ParseError
error ParseErrorimport ParseError from Wax;A numeric parse failure with a byte position and structured reason. Positions refer to the original input bytes, not Unicode character indices.
Inherits from Error. Follow these links for inherited members.
Members
positionfield
public readonly int32 positionZero-based byte offset at which parsing failed.
kindfield
public readonly ParseErrorKind kindThe structured parse failure reason.
constructorconstructor
public constructor (int32 pos, ParseErrorKind k)Creates the error with the supplied failure position and diagnostic information.