Dsxir.Errors.Framework.GEPAOperatorFailed exception (dsxir v0.2.0)

Copy Markdown

Raised when a GEPA reflective operator fails to produce a valid offspring.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Framework.GEPAOperatorFailed{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  operator: term(),
  parent_error: term(),
  parents: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Dsxir.Errors.Framework.GEPAOperatorFailed without raising it.

Keys

  • :operator
  • :parents
  • :reason
  • :parent_error