{"record":{"id":"f44d78eaa897bb46","repo":"diegosouzapw/OmniRoute","slug":"rate-001","errorCode":"RATE_001","errorMessage":"Rate limit exceeded","messagePattern":"Rate limit exceeded","errorType":"error_code","errorClass":null,"httpStatus":429,"severity":"error","filePath":"src/shared/constants/errorCodes.ts","lineNumber":74,"sourceCode":"\n  // ── Proxy ──\n  PROXY_001: {\n    code: \"PROXY_001\",\n    message: \"Proxy connection failed\",\n    httpStatus: 502,\n    category: \"PROXY\",\n  },\n  PROXY_002: { code: \"PROXY_002\", message: \"Proxy timeout\", httpStatus: 504, category: \"PROXY\" },\n  PROXY_003: {\n    code: \"PROXY_003\",\n    message: \"All proxies exhausted\",\n    httpStatus: 503,\n    category: \"PROXY\",\n  },\n\n  // ── Rate Limiting ──\n  RATE_001: {\n    code: \"RATE_001\",\n    message: \"Rate limit exceeded\",\n    httpStatus: 429,\n    category: \"RATE_LIMIT\",\n  },\n  RATE_002: {\n    code: \"RATE_002\",\n    message: \"Daily budget exceeded\",\n    httpStatus: 429,\n    category: \"RATE_LIMIT\",\n  },\n  RATE_003: {\n    code: \"RATE_003\",\n    message: \"All accounts rate-limited\",\n    httpStatus: 503,\n    category: \"RATE_LIMIT\",\n  },\n\n  // ── Model / Routing ──","sourceCodeStart":56,"sourceCodeEnd":92,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/shared/constants/errorCodes.ts#L56-L92","documentation":"Error \"Rate limit exceeded\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/shared/constants/errorCodes.ts:74 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}