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 location
- param - endend of the error location
- param - errorthe error