InputError

sealed class InputError : Exception(source)

Base class of all Exceptions that the library raises in response to invalid JSON5 input.

Inheritors

Properties

Link copied to clipboard

Column of the input stream position that the error is associated with.

Link copied to clipboard
val line: UInt

Line of the input stream position that the error is associated with.

Link copied to clipboard