Plushie.Event.Diagnostic.WidgetIdInvalid (Plushie v0.7.2)

Copy Markdown View Source

A user-authored widget ID violated the canonical ID ruleset.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.WidgetIdInvalid{
  detail: String.t(),
  id: String.t(),
  reason: String.t(),
  type_name: String.t()
}