Crosswake.Policy.Error (crosswake v0.1.0)

View Source

Structured compile-time route policy error with route-local context.

Summary

Types

t()

@type t() :: %Crosswake.Policy.Error{
  file: String.t() | nil,
  helper: String.t() | nil,
  hint: String.t() | nil,
  key: atom() | nil,
  line: pos_integer() | nil,
  message: String.t(),
  path: String.t() | nil,
  route_id: String.t() | nil,
  verb: atom() | nil
}