You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): enforce camelCase for error codes in responses
Updates the `_mapExceptionToCodeString` function in the error handler middleware to use `camelCase` for all generated error codes (e.g., `INVALID_INPUT` becomes `invalidInput`).
This change ensures that all API error responses are fully compliant with the project's strict `camelCase` convention for JSON payloads.
0 commit comments