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

Copy Markdown View Source

A prop value had an unexpected JSON type.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.PropTypeMismatch{
  expected_debug: String.t(),
  id: String.t(),
  prop: String.t(),
  type_name: String.t(),
  value_debug: String.t()
}