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.

422

A conflicting application state remains distinct from field-level validation or a server failure.

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