Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchemaError ¶
type SchemaError struct {
Err error
}
func NewSchemaError ¶
func NewSchemaError(err error) *SchemaError
func (SchemaError) Error ¶
func (e SchemaError) Error() string
type ValidationError ¶
type ValidationError struct {
Errors []gojsonschema.ResultError
}
func NewValidationError ¶
func NewValidationError(errors []gojsonschema.ResultError) *ValidationError
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.