Dsxir.Errors.Framework.PredictorError exception (dsxir v0.1.0)

Copy Markdown

Raised when an internal predictor invariant fails (timeout, trajectory overshoot, etc.).

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Framework.PredictorError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  inner: term(),
  path: term(),
  predictor: term(),
  reason: term(),
  signature: term(),
  splode: term(),
  stacktrace: term(),
  trajectory: term(),
  vars: term()
}

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

Keys

  • :predictor
  • :signature
  • :inner
  • :reason
  • :trajectory