Type alias ParseErrorName

ParseErrorName: "UnknownError" | "JSONError" | "ValidationError"

The different names of errors returned by the json function. The validate function only returns ValidationError errors.