Skip to content

Commit 0296ac9

Browse files
committed
Update README.md
1 parent c379c75 commit 0296ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ utility.authenticationToken = bearerToken
186186

187187
The HUNetworkError structure provides in detail description beneficial for debugging purpose, given are the following properties that will be populated in case an error occurs
188188

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.
190190

191191
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.
192192

0 commit comments

Comments
 (0)