Squirrelix.Error.ParameterArityMismatch (SquirrElix v0.5.15)

Copy Markdown View Source

Error returned when metadata params length does not match SQL $n placeholders.

Summary

Types

t()

@type t() :: %Squirrelix.Error.ParameterArityMismatch{
  content: String.t(),
  expected: non_neg_integer(),
  file: String.t(),
  got: non_neg_integer(),
  starting_line: pos_integer()
}