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.
An authenticated user sees the policy decision and a safe route away from forbidden content.
An authenticated user sees the policy decision and a safe route away from forbidden content.
HTTP responses, incident references, retry policy, and support routes remain application-owned.
| Detail | Value |
|---|---|
| Status | 403 |
| Reference | policy_denied_2048 |
| 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