ParseErrorFunc
typealias ParseErrorFunc = (start: ParseLocation, end: ParseLocation, <Error class: unknown class>) -> Unit(source)
Type of callback that is called when an error occurs during node deserialization.
param
startstart of the error locationparam
endend of the error locationparam
errorthe error