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

The field's number has the wrong value.

Absinthe type is :number_error.

Link to this section Summary

Link to this section Types

@type t() :: %CoseDellaVitaEx.Errors.NumberError{
  comparison_type: term(),
  error_type: term(),
  message: term(),
  path: term(),
  reference: term()
}