ErrorState

App

Hata durumu: uyarı banner'ı + merkezi boş durum kombinasyonu. retryHref ile yeniden deneme linki.

Default

Preview

Unable to load data

There was a problem loading this content.

Code
<%- include('modules/app/ErrorState', {
  message: 'Failed to load user data. Please check your connection.'
}) %>

With retry link

Preview

Unable to load data

Try again
Code
<%- include('modules/app/ErrorState', {
  title:      'Database connection failed',
  message:    'Could not connect to the database. Please try again.',
  retryHref:  req.originalUrl,
  retryLabel: 'Try again'
}) %>
Source modules/app/ErrorState.ejs