ParseErrorFunc

typealias ParseErrorFunc = (start: ParseLocation, end: ParseLocation, <Error class: unknown class>) -> Unit

Type of callback that is called when an error occurs during node deserialization.

  • param start start of the error location

  • param end end of the error location

  • param error the error