[][src]Module verify::schemars::errors

This is supported on feature="schemars" only.

Error definitions used during Schema-related validation.

Structs

Errorfeature="schemars"

A validation error.

Errorsfeature="schemars"

A collection of Errors, this type is returned from validation.

Enums

ErrorValuefeature="schemars"

All the validation errors that can occur.

InvalidSchemafeature="schemars"

All errors related to the schema being invalid.

UnsupportedValuefeature="schemars"

Error that occurs when a value cannot be validated by a schema.