vow v0.0.1 Vow.ConformError.Problem View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Vow.ConformError.Problem{
  predicate: Vow.t(),
  reason: String.t() | nil,
  spec_path: [atom()],
  value: term(),
  value_path: [term()],
  via: [{module(), atom()}]
}