Module validatron::error[][src]

An Error type for representing validation failures

Structs

ErrorBuilder

A convenience type for building a structured error type

Enums

Error

A type that represents all validation issues that arise during the validation of the given data type.

Location

The location within a data structure in which a validation error could occur. Similar to serde we only support json style data structures with either numerically indexed or keyed locations.