Interface TenantSettingsUpdateErrorPage

Error page customization.

Hierarchy

  • TenantSettingsUpdateErrorPage

Properties

html?: string

Custom Error HTML (Liquid syntax is supported).

show_log_link?: boolean

Whether to show the link to log as part of the default error page (true, default) or not to show the link (false).

url?: string

URL to redirect to when an error occurs instead of showing the default error page.