guyidk / BookTrack_DevOps_Project

The application allows administrators to manage the library's collection and handle book borrowing transactions. The key functionalities include adding, viewing, and updating books information, as well as logging borrowing activities
0 stars 0 forks source link

Error Handling for get book by id #25

Closed DariusLim321 closed 4 hours ago

DariusLim321 commented 2 days ago

Book Not Found: If a user requests a book ID that does not exist in the database, the application should return a clear message indicating that the book was not found. Database Connection Issues: If there are problems connecting to the database, the application should gracefully handle this and inform the user that the system is currently unavailable.