Squirrelix.Error.MissingPostgresTable (Squirrelix v0.4.0)

Copy Markdown View Source

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

Summary

Types

t()

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