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

Copy Markdown View Source

SVG decode returned a parse error.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.SvgParseError{
  detail: String.t(),
  id: String.t(),
  source: String.t()
}