Verify¶
Verifies that the RestResponse.StatusCode is OK and returns the current instance.
myRestResponse.Verify():RestResponse (RestResponse)
Returns¶
The current RestResponse instance.
Remarks¶
If the status code is not set to OK, an error is thrown.