# `MingaEditor.UI.Theme.Loader.LoadError`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga_editor/ui/theme/loader.ex#L60)

An error encountered while loading a theme file.

# `t`

```elixir
@type t() :: %MingaEditor.UI.Theme.Loader.LoadError{
  error: String.t(),
  path: String.t()
}
```

---

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