# Problem `VDF_ERR_PARSE` gives no information about where in the file the problem is. A way to retrieve the line/column where the error occurred is needed. ## Acceptance criteria `vdf_parse` fills an optional error struct with line/column info.
Problem
VDF_ERR_PARSEgives no information about where in the file the problem is. A way to retrieve the line/column where the error occurred is needed.Acceptance criteria
vdf_parsefills an optional error struct with line/column info.