You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HUNetworkError structure provides in detail description beneficial for debugging purpose, given are the following properties that will be populated incase an error occurs
188
188
189
-
1. **Status:** This will contain the HTTPStatus code for the request(200)
189
+
1. **Status:** This will contain the HTTPStatus code for the request that we receive from the server.
190
190
191
191
2. **ServerResponse:** This will be the JSON string of the response you received from the server. (not to be confused with error parameter) on error if server returns the error JSON data that message will be decoded to human readable string.
0 commit comments