{"record":{"id":"9c28eeea3440917d","repo":"diegosouzapw/OmniRoute","slug":"auth-005","errorCode":"AUTH_005","errorMessage":"Account locked","messagePattern":"Account locked","errorType":"error_code","errorClass":null,"httpStatus":423,"severity":"error","filePath":"src/shared/constants/errorCodes.ts","lineNumber":43,"sourceCode":"}\n\nexport const ERROR_CODES: Record<string, ErrorCodeDef> = {\n  // ── Auth ──\n  AUTH_001: {\n    code: \"AUTH_001\",\n    message: \"Authentication required\",\n    httpStatus: 401,\n    category: \"AUTH\",\n  },\n  AUTH_002: { code: \"AUTH_002\", message: \"Invalid API key\", httpStatus: 401, category: \"AUTH\" },\n  AUTH_003: { code: \"AUTH_003\", message: \"API key expired\", httpStatus: 401, category: \"AUTH\" },\n  AUTH_004: {\n    code: \"AUTH_004\",\n    message: \"Insufficient permissions\",\n    httpStatus: 403,\n    category: \"AUTH\",\n  },\n  AUTH_005: { code: \"AUTH_005\", message: \"Account locked\", httpStatus: 423, category: \"AUTH\" },\n  AUTH_006: {\n    code: \"AUTH_006\",\n    message: \"No credentials for provider\",\n    httpStatus: 400,\n    category: \"AUTH\",\n  },\n  AUTH_007: {\n    code: \"AUTH_007\",\n    message: \"Session expired (re-login required)\",\n    httpStatus: 401,\n    category: \"AUTH\",\n  },\n\n  // ── Proxy ──\n  PROXY_001: {\n    code: \"PROXY_001\",\n    message: \"Proxy connection failed\",\n    httpStatus: 502,","sourceCodeStart":25,"sourceCodeEnd":61,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/shared/constants/errorCodes.ts#L25-L61","documentation":"Error \"Account locked\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/shared/constants/errorCodes.ts:43 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"}