System response flow

System status and errors

Caller-owned HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.

Errors, availability, and recovery

HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.

Degraded

Partial service availability keeps healthy operations distinct from recovering dependencies.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/system_status_page.rb
workspace_surface(size: :lg) do
  render_header
  render_status
  render_service_metrics if state == "degraded"
  render_context
end