Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The skill documents `ERROR_CODE` objects with `httpStatus`, but the `AppError` class shown does not define an `httpStatus` property, while the error handler calls `res.status(err.httpStatus)`. This mismatch can cause incorrect status handling or fallback 500s, which weakens reliable error semantics and may expose stack traces or internal behavior if downstream code assumes status metadata exists.
