We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, there is no way to enumerate all fields that have a parse error. The caller would have to inspect each field one by one.
Add a new collection of Fields. During parsing, if a field has an error, add the field to the collection.
Field
The text was updated successfully, but these errors were encountered:
#26: Renamed methods and variables to more clearly state their intent…
dabe9bf
…. Also added xml doc comments.
#26: Added custom return types to allow returning error messages on t…
d8b397f
…he top-level result object.
#26: Use delegates instead of Funcs so that our parse methods have na…
cd787df
…med method parameters.
#26: Renamed the delegates and return type.
2c1bf16
jonsagara
No branches or pull requests
Currently, there is no way to enumerate all fields that have a parse error. The caller would have to inspect each field one by one.
Add a new collection of
Field
s. During parsing, if a field has an error, add the field to the collection.The text was updated successfully, but these errors were encountered: