Plushie.RendererExitError exception (Plushie v0.7.0)

Copy Markdown View Source

Structured renderer exit reason for handle_renderer_exit/2.

Summary

Types

exit_type()

@type exit_type() :: :crash | :connection_lost | :shutdown | :heartbeat_timeout

t()

@type t() :: %Plushie.RendererExitError{
  __exception__: true,
  details: term(),
  message: String.t(),
  type: exit_type()
}