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

The field has the wrong length.

Absinthe type is :length_error.

Link to this section Summary

Link to this section Types

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