# `DCATR.Manifest.LoadingError`
[🔗](https://github.com/dcat-r/dcatr-ex/blob/v0.1.0/lib/dcatr/exceptions.ex#L66)

Raised on errors when loading a `DCATR.Manifest` graph.

# `t`

```elixir
@type t() :: %DCATR.Manifest.LoadingError{
  __exception__: true,
  file: String.t() | nil,
  reason: any()
}
```

# `message`

---

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