Issue
I want to handle error response. When I use local server I can get error message when exception is hit but when I use the same hosted app It shows response with error message which is null "message":""
Solution
I have noticed that when the excptionerror is thrown the server gets stoped a while and the response error comes empty due to network delay. But for local database there is no delay which leads the server to keep responding no matter which response it has
Answered By - CLAUDE KWIZERA Mr. Eager
Answer Checked By - Robin (JavaFixing Admin)