View Source CoseDellaVitaEx.Errors.UniqueConstraintError (CoseDellaVitaEx v0.0.4)

The field must be unique (or unique in combination with something else).

Absinthe type is :unique_constraint_error. Field :fields must be set by the calling resolver.

Link to this section Summary

Link to this section Types

@type t() :: %CoseDellaVitaEx.Errors.UniqueConstraintError{
  error_type: term(),
  fields: term(),
  message: term(),
  path: term()
}