diegosouzapw/OmniRoute · error
INTERNAL_001
INTERNAL_001
Error message
Internal server error
What it means
Error "Internal server error" thrown in diegosouzapw/OmniRoute.
Source
Thrown at src/shared/constants/errorCodes.ts:199
httpStatus: 409,
category: "COMBO",
},
COMBO_007: {
code: "COMBO_007",
message: "Combo not found",
httpStatus: 404,
category: "COMBO",
},
COMBO_008: {
code: "COMBO_008",
message: "Combo target violates its provider or model family invariant",
httpStatus: 400,
category: "COMBO",
},
// ── Internal ──
INTERNAL_001: {
code: "INTERNAL_001",
message: "Internal server error",
httpStatus: 500,
category: "INTERNAL",
},
INTERNAL_002: {
code: "INTERNAL_002",
message: "Database error",
httpStatus: 500,
category: "INTERNAL",
},
INTERNAL_003: {
code: "INTERNAL_003",
message: "Circuit breaker open",
httpStatus: 503,
category: "INTERNAL",
},
};
View on GitHub (pinned to a179ffed5b)
When it happens
Trigger: Thrown at src/shared/constants/errorCodes.ts:199 when the library encounters an invalid state.
Common situations: See trigger scenarios.
Understand the failure class
- HTTP status errors: handling 4xx and 5xx responses — how to handle 4xx and 5xx responses properly.
AI-assisted analysis of diegosouzapw/OmniRoute@a179ffed5b (2026-08-25).
Data as JSON: /api/errors/8ba50933de9e4a87.
Report an issue: GitHub.