ErrorState
AppError state pairing an inline alert banner with a centered empty state. Optional retry action.
Something went wrong
Failed to load user data. Please check your connection.
<ErrorState
title="Something went wrong"
message="Failed to load user data. Please check your connection."
/>Database connection failed
Could not connect to the database. Please try again.
Unable to load data
There was a problem loading this content.
<ErrorState
title="Database connection failed"
message="Could not connect to the database. Please try again."
onRetry={handleRetry}
retryLabel="Try again"
/>