Selecto.Advanced.ValuesClause.ValidationError exception (Selecto v0.3.15)

Error raised when VALUES clause data is invalid.

Link to this section Summary

Link to this section Types

@type t() :: %Selecto.Advanced.ValuesClause.ValidationError{
  __exception__: true,
  details: map(),
  message: String.t(),
  type: :inconsistent_columns | :empty_data | :type_mismatch | :validation_error
}