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

Copy Markdown View Source

A single wire message exceeded the protocol's 64 MiB per-message size cap.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.BufferOverflow{
  limit: non_neg_integer(),
  size: non_neg_integer()
}