PhoenixLens.Error exception (phoenix_lens v0.1.0)

Copy Markdown View Source

Error returned by PhoenixLens.run/2.

Summary

Types

t()

@type t() :: %PhoenixLens.Error{
  __exception__: true,
  kind: :sql | :policy | :timeout | :read_only | :config,
  message: String.t()
}

Functions

from_exception(error)