# `Jido.Chat.Errors.Ingress`
[🔗](https://github.com/agentjido/jido_chat/blob/v1.0.0/lib/jido/chat/errors/ingress.ex#L1)

Inbound routing error wrapper for request/event transport flows.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Jido.Chat.Errors.Ingress{
  __exception__: true,
  adapter_name: term(),
  bread_crumbs: term(),
  class: term(),
  context: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  transport: term(),
  vars: term()
}
```

Create an `Elixir.Jido.Chat.Errors.Ingress` without raising it.

## Keys

- :transport
- :adapter_name
- :reason
- :context

---

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