Click or drag to resize
Json.NET Schema

ValidationError Properties

 

The ValidationError type exposes the following members.

Properties
  NameDescription
Public propertyChildErrors
Gets the ValidationError's child errors.
Public propertyErrorType
Gets the ErrorType that generated the error.
Public propertyLineNumber
Gets the line number indicating where the error occurred.
Public propertyLinePosition
Gets the line position indicating where the error occurred.
Public propertyMessage
Gets the message describing the error that occurred.
Public propertyPath
Gets the path to the JSON where the error occurred.
Public propertySchema
Gets the JSchema that generated the error.
Public propertySchemaBaseUri
Gets the base URI of the JSchema that generated the error.
Public propertySchemaId
Gets the ID of the JSchema that generated the error, relative to the root schema.
Public propertyValue
Gets the JSON value when the error occurred.
Top
See Also