@suluk/core - v0.1.13
    Preparing search index...

    Type Alias SulukNotifyPolicy

    SulukNotifyPolicy: Record<string, SulukNotifySeverity>

    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.