# `Volt.JS.Runtime.Error`
[🔗](https://github.com/elixir-volt/volt/blob/v0.10.1/lib/volt/js/runtime/error.ex#L1)

Error returned when a JavaScript runtime cannot be prepared or started.

# `t`

```elixir
@type t() :: %Volt.JS.Runtime.Error{
  __exception__: true,
  message: String.t(),
  reason: term(),
  stage: atom() | nil
}
```

---

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