ValidationError Properties |
The ValidationError type exposes the following members.
Name | Description | |
---|---|---|
ChildErrors |
Gets the ValidationError's child errors.
| |
ErrorType |
Gets the ErrorType that generated the error.
| |
LineNumber |
Gets the line number indicating where the error occurred.
| |
LinePosition |
Gets the line position indicating where the error occurred.
| |
Message |
Gets the message describing the error that occurred.
| |
Path |
Gets the path to the JSON where the error occurred.
| |
Schema |
Gets the JSchema that generated the error.
| |
SchemaBaseUri |
Gets the base URI of the JSchema that generated the error.
| |
SchemaId |
Gets the ID of the JSchema that generated the error, relative to the root schema.
| |
Value |
Gets the JSON value when the error occurred.
|