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.
Complete screen
The request could not be processed
The requested change conflicts with the workspace’s current state.
422
The submitted values are valid HTML, but they conflict with the current application state.
Request context
Keep this reference when contacting support or checking incident updates.
| Status | 422 |
|---|---|
| Reference | unprocessable_change_2048 |
| Recorded | July 13, 2026 at 11:08 UTC |
Viewport
Ruby
test/dummy/app/components/gallery/compositions/system_status_page.rbworkspace_surface(size: :lg) do
render_header
render_status
render_service_metrics if state == "degraded"
render_context
end