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
start
start of the error locationparam
end
end of the error locationparam
error
the error