View Source CoseDellaVitaEx.Errors.LoginError (CoseDellaVitaEx v0.0.2)

A session could not be created. Either the user was not found, the user is inactive or the password is wrong.

Absinthe type is :login_error.

Link to this section Summary

Link to this section Types

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