Cf
Path:
codemode-gateway/src/types/cf.tsRelative: src/types/cf.tsSubproject: codemode-gatewayCategory: codemode-gatewayLines: 58Bytes: 1,628Imports: 0Exports: 5
Content Preview
- /**
- * Cloudflare REST API client types and the typed error surfaced to sandbox
- * code when the API returns `success:false` or a non-2xx status.
- *
- * These are gateway-local types (no dependency on the codemode connector
- * classes, per ADR-2026-07-10-codemode-snippets-kv-not-runtime). The `cf`
- * namespace is hand-built `ResolvedProvider` fns calling the Cloudflare REST
- * API host-side.
- */
- /** A single Cloudflare API error entry from the standard `{success, result, errors}` envelope. */
- ex