type
ValidationError
type ValidationError struct {
Issues []Issue `json:"issues"`
}A path-aware set of schema issues.
Issues[]Issue- The Issues value.
Use errors.As to inspect every stable code/path/message issue rather than parsing Error text. NewValidationError defensively copies and orders supplied issues.
Methods
ValidationError.Error()Public method ValidationError.Error from github.com/riducms/ridu/schema.