View Source CoseDellaVitaEx.Errors.FormatError (CoseDellaVitaEx v0.2.0)

The field has the wrong format.

Absinthe type is :format_error. Field :expected_format must be set by the calling resolver.

Link to this section Summary

Link to this section Types

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