Normandy.Schema.ValidationError exception (normandy v0.6.1)

View Source

Exception raised when schema validation fails.

Summary

Types

t()

@type t() :: %Normandy.Schema.ValidationError{
  __exception__: true,
  errors: [map()],
  message: String.t()
}