View Source Peri.InvalidSchema exception (peri v0.2.11)
Exception raised when an invalid schema is encountered.
This exception is raised with a list of Peri.Error
structs,
providing a readable message overview of the validation errors.
Summary
Types
@type t() :: %Peri.InvalidSchema{ __exception__: true, errors: [Peri.Error.t()], message: String.t() }