XDftr / testify-backend

An application for managing students, assignments, and automated code testing, designed for TalTech.
GNU General Public License v3.0
0 stars 0 forks source link

Set Up Exception Handling for Database Constraints #24

Open XDftr opened 3 weeks ago

XDftr commented 3 weeks ago

Handle exceptions arising from database constraints (e.g., unique violations, foreign key constraints). Provide meaningful error messages to the client. Log exceptions for debugging and monitoring purposes.