# `Mnemosyne.Errors.Framework.PipelineError`
[🔗](https://github.com/edlontech/mnemosyne/blob/main/lib/mnemosyne/errors/pipeline_error.ex#L1)

Raised when a pipeline operation fails during extraction or reasoning.

# `t`

```elixir
@type t() :: %Mnemosyne.Errors.Framework.PipelineError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Mnemosyne.Errors.Framework.PipelineError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Mnemosyne.Errors.Framework.PipelineError` without raising it.

## Keys

- :reason

---

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