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

The session could not be refreshed. Either the user was not found or the user is inactive.

Absinthe type is :refresh_error.

Link to this section Summary

Link to this section Types

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