Jido.Chat.Errors.Ingress exception (Jido Chat v1.0.0)

Copy Markdown View Source

Inbound routing error wrapper for request/event transport flows.

Summary

Functions

exception(args)

@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