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

The default implementation of interface Error.

Absinthe type is :generic_error

Link to this section Summary

Link to this section Types

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