Jido.AI.Error exception (Jido AI v0.5.2)

View Source

Custom error type for Jido.AI operations.

Summary

Types

t()

@type t() :: %Jido.AI.Error{
  __exception__: true,
  message: String.t(),
  type: atom() | nil
}

Functions

new(message, type \\ nil)