Jido.Browser.Error.AdapterError exception (Jido Browser v2.1.0)

Copy Markdown View Source

Error from the browser adapter.

Summary

Types

t()

@type t() :: %Jido.Browser.Error.AdapterError{
  __exception__: true,
  adapter: module() | nil,
  details: map() | nil,
  message: String.t()
}