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.

403

An authenticated user sees the policy decision and a safe route away from forbidden content.

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