# `Plushie.RendererExitError`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/renderer_exit_error.ex#L1)

Structured renderer exit reason for handle_renderer_exit/2.

# `exit_type`

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
