Jido.Action.Error.InternalError exception (Jido Action v2.0.0-rc.0)

View Source

Error for unexpected internal failures

Summary

Types

t()

@type t() :: %Jido.Action.Error.InternalError{
  __exception__: true,
  details: map(),
  message: String.t()
}