RohmaAr / SQE

0 stars 0 forks source link

Issue 25: Type of error not displayed (New Feature) #26

Closed AliAhsan69 closed 10 months ago

AliAhsan69 commented 10 months ago

The application is not showing the part where the error is. It displaying a white label error page for every problem.

  1. Login as the admin
  2. select the manage customer option
  3. It will take you to the list of customers
  4. Press the delete option
  5. It will generate a whitelabel error which is not understandable by a simple user. Screenshot 2023-12-01 123212
AliAhsan69 commented 10 months ago

The issue has been resolved. The application will tell the exact simple description of why there is an error which will be understandable by the user.

  1. Login as the admin
  2. select the manage customer option
  3. It will take you to the list of customers
  4. Press the delete option
  5. It will generate an error message and tell the user what the error is and why it is occuring. WhatsApp Image 2023-12-01 at 15 02 35_c6145024

WhatsApp Image 2023-12-01 at 14 44 46_75a69c40 Two new files were added to implement this new issue: GlobalExceptionHandler.java: 1 Error.jsp: 2