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

The password is wrong.

Absinthe type is :wrong_password_error.

Link to this section Summary

Link to this section Types

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