# `Dsxir.Errors.Adapter.ParseError`

Raised when an adapter fails to parse an LM response into the declared output shape.

# `t`

```elixir
@type t() :: %Dsxir.Errors.Adapter.ParseError{
  __exception__: true,
  adapter: term(),
  bread_crumbs: term(),
  class: term(),
  field: term(),
  path: term(),
  raw_response: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Adapter.ParseError{
  __exception__: true,
  adapter: term(),
  bread_crumbs: term(),
  class: term(),
  field: term(),
  path: term(),
  raw_response: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Dsxir.Errors.Adapter.ParseError` without raising it.

## Keys

- :adapter
- :field
- :reason
- :raw_response

---

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