Scrypath.QueryParams.Error (scrypath v0.3.7)

Copy Markdown View Source

Structured request-edge issue for Scrypath.QueryParams.normalize/1.

Errors stay plain and field-scoped so host applications can render or project them without depending on Phoenix or Ecto changeset semantics.

Summary

Types

t()

@type t() :: %Scrypath.QueryParams.Error{
  code: atom(),
  field: atom() | nil,
  message: String.t(),
  meta: map(),
  path: [atom() | String.t()]
}