Plushie.Event.Diagnostic.TreeDepthExceeded (Plushie v0.7.0)

Copy Markdown View Source

Tree traversal reached the global depth cap; the subtree was skipped.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.TreeDepthExceeded{
  id: String.t(),
  max_depth: non_neg_integer()
}