JsonParseError
error JsonParseErrorimport JsonParseError from Wax;A JSON parse failure with a structured reason and zero-based UTF-8 byte position.
Inherits from Error. Follow these links for inherited members.
Members
kindfield
public readonly JsonParseErrorKind kindThe parse failure category.
positionfield
public readonly int32 positionZero-based UTF-8 byte position of the failure.
constructorconstructor
public constructor (JsonParseErrorKind kind, int32 position)Creates the structured error and formats its byte position and category into the message.