LightningWeb.CredentialLive.OAuthErrorFormatter.ErrorDisplay (Lightning v2.13.5)

View Source

Structured error display information

Summary

Types

severity()

@type severity() :: :error | :warning | :info

t()

@type t() :: %LightningWeb.CredentialLive.OAuthErrorFormatter.ErrorDisplay{
  action_text: String.t(),
  details: String.t() | nil,
  header: String.t(),
  message: String.t(),
  severity: severity()
}