Vaxin.Error exception (Vaxin v0.3.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Vaxin.Error{
  __exception__: term(),
  message: String.t(),
  metadata: Keyword.t(),
  validator: atom() | Vaxin.validator()
}

Link to this section Functions

Link to this function

interpolate(text, binding)

View Source