Skip to content

Adding error response and improving error handling

It updates the Error handling for post request when the response object is populated with a status code other than 200. An error response has been added for when the response object is populated but with a status code other than 200(success) and error is null.
Preview of the error message
final-error-msg

Merge request reports