Squirrelix.Error.PostgresInferenceError (Squirrelix v0.5.2)

Copy Markdown View Source

Error returned when Postgres rejects query inference for an unclassified reason.

Summary

Types

t()

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