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

This field is required.

Absinthe type is :required_error.

Link to this section Summary

Link to this section Types

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