# `MishkaGervaz.Errors.Data.LoadFailed`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.3/lib/mishka_gervaz/errors/data.ex#L7)

Raised when data loading fails.

## Fields

- `:resource` - The resource module that failed to load
- `:reason` - The reason for the failure
- `:page` - Optional page number that failed

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %MishkaGervaz.Errors.Data.LoadFailed{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  page: term(),
  path: term(),
  reason: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.MishkaGervaz.Errors.Data.LoadFailed` without raising it.

## Keys

- :resource
- :reason
- :page

---

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