[ CCode ( error_pos = 2.8 , instance_pos = 2.9 ) ]
public delegate void ParseErrorFunc (ParseLocation start, ParseLocation end) throws Error
Type of callback that is called when an error occurs during node deserialization.
start |
start of the error location |
end |
end of the error location |
error |
the error |
user_data |
user data |