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

The specified entity could not be found.

Absinthe type is :not_found_error.

Link to this section Summary

Link to this section Types

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