Rev 36381 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36385 2026-04-24 18:05:32
- Author: amit
- Log message:
- Add DataIntegrityViolationException handler to V1 GlobalExceptionHandler and V2GlobalExceptionHandler. Translates MySQL truncation / duplicate / FK errors into HTTP 400 with a friendly message via the new DbErrorTranslator (V1 uses ResponseSender; V2 uses ApiResponse + ErrorDetail).