Squirrelix.Error.PostgresSyntaxError (Squirrelix v0.4.0)

Copy Markdown View Source

Error returned when Postgres rejects query syntax during inference.

Summary

Types

t()

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