Expand description
The SQL API response-status state machine.
HTTP status codes are distinct protocol signals, never interchangeable. The
single most common connector bug is conflating them — treating a 429
(overloaded) as a query status, or a 408 (statement timeout) as a generic
failure. ResponseClass makes each a separate, exhaustively-matched state,
and the lifecycle bead acts on it. This module is pure classification: no IO.
Enums§
- Response
Class - The classification of a SQL API HTTP response by status code.