View Source Ueberauth.Failure.Error (Überauth v0.10.8)

A specific error for a failed authentication attempt.

The message_key may be used to identify fields or other machine interpreted methods like translation. The message field is for a human readable message indicating the cause of the error.

Link to this section Summary

Link to this section Types

@type t() :: %Ueberauth.Failure.Error{message: binary(), message_key: binary()}