ExJsonschema.ValidationError.Exception exception (ExJsonschema v0.1.0)

View Source

Exception raised when validation fails using validate!/2.

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %ExJsonschema.ValidationError.Exception{
  __exception__: true,
  errors: [ExJsonschema.ValidationError.t()]
}

Functions

message(exception)

Callback implementation for Exception.message/1.