View Source CoseDellaVitaEx.Errors.InclusionError (CoseDellaVitaEx v0.3.0)

The field does not part of predefind set of options

Absinthe type is :inclusion_error. Field :inclusion_list must be set by the calling resolver.

Link to this section Summary

Link to this section Types

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