Vaxin.Error exception (Vaxin v0.4.0)

View Source

Summary

Types

t()

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

Functions

interpolate(text, binding)