Jido.Error.RoutingError exception (Jido v2.0.0-rc.1)

View Source

Error for signal routing and dispatch failures.

Fields

  • message - Human-readable error message
  • target - The intended routing target
  • details - Additional context

Summary

Types

t()

@type t() :: %Jido.Error.RoutingError{
  __exception__: true,
  details: map(),
  message: String.t(),
  target: any()
}