Squirrelix.Error.QueryHasInvalidEnum (Squirrelix v0.5.1)

Copy Markdown View Source

Error returned when a Postgres enum has no variants.

Summary

Types

reason()

@type reason() :: :no_variants

t()

@type t() :: %Squirrelix.Error.QueryHasInvalidEnum{
  content: String.t(),
  enum_name: String.t(),
  file: String.t(),
  reason: reason(),
  starting_line: pos_integer()
}