Squirrelix.Error.MissingPostgresColumn (Squirrelix v0.5.2)

Copy Markdown View Source

Error returned when query inference references a column Postgres cannot find.

Summary

Types

t()

@type t() :: %Squirrelix.Error.MissingPostgresColumn{
  column: String.t() | nil,
  content: String.t(),
  file: String.t(),
  message: String.t(),
  position: pos_integer() | nil,
  starting_line: pos_integer()
}