Describe the bug
Currently most Web APIs catch Exception and throws the details back in the frontend.
It is best practice to give a more generic message on general exceptions because we don't know what failed and it could expose sensitive information.
Describe the bug
Currently most Web APIs catch
Exceptionand throws the details back in the frontend.It is best practice to give a more generic message on general exceptions because we don't know what failed and it could expose sensitive information.