System response flow
Caller-owned HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
The same recovery anatomy remains concise on the narrow flow surface.
The same recovery anatomy remains concise on the narrow flow surface.
HTTP responses, incident references, retry policy, and support routes remain application-owned.
| Detail | Value |
|---|---|
| Status | 404 |
| Reference | route_not_found_mobile |
| Recorded | July 13, 2026 at 11:08 UTC |
test/dummy/app/components/gallery/flows/system_status_page.rbworkspace_surface(size: :lg) do
render_header
render_status
render_service_metrics if state == "degraded"
render_context
end