omzmarlon / ManagementApp

0 stars 0 forks source link

Frontend/Backend Server Error Handling #27

Open omzmarlon opened 7 years ago

omzmarlon commented 7 years ago

We need error handlers when: server throws an exception (give proper error message), something not found (throw 404) permission denied front-end should show notifications when error occurs, etc

Reference: https://www.playframework.com/documentation/2.5.x/ScalaErrorHandling

omzmarlon commented 7 years ago

@tomyang729 I will implement this one as it is related to front-end

omzmarlon commented 7 years ago

30