Skip to content

Commit 200fb73

Browse files
author
bgrana
committed
Specify where to find validation errors in documentation
1 parent e8ac4e4 commit 200fb73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Whether you have validated the XML content while building the object or not, you
4040
configParser.validate();
4141
// it should return true or false
4242
```
43+
>**NOTE:** You can see all validation error that occurred in `configParser.data.validationErrors`.
4344
4445
#### Retrieve data
4546

0 commit comments

Comments
 (0)