The document-level x-suluk-notify policy (C037) — a status→severity map driving the @suluk/sdk callback layer.
Keys are an HTTP status ("402"), a status CLASS ("2xx" | "4xx" | "5xx"), or "network" (no response). The
value is the severity the generated client raises through an INJECTED notify(severity, problem) adapter (the
consumer wires it to their toaster — policy DECLARED, rendering INJECTED). A specific status beats its class.
CLIENT-CODEGEN ONLY; never read by the matcher/runtime.
The document-level
x-suluk-notifypolicy (C037) — a status→severity map driving the@suluk/sdkcallback layer. Keys are an HTTP status ("402"), a status CLASS ("2xx"|"4xx"|"5xx"), or"network"(no response). The value is the severity the generated client raises through an INJECTEDnotify(severity, problem)adapter (the consumer wires it to their toaster — policy DECLARED, rendering INJECTED). A specific status beats its class. CLIENT-CODEGEN ONLY; never read by the matcher/runtime.