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

An associated entity is invalid, meaning that you are trying to remove or replace an associated entity, but this is not supported.

Absinthe type is :assoc_error.

Link to this section Summary

Link to this section Types

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