How get access to the HTTP Status Code?
How can we get access to the HTTP Status Code after invoking a REST Service?
Use case would be: Invoke a REST Service upon a button click. If it was a non-200 response (i.e "Error" Event) we would like to perform certain logic based on whether the response was 401, 404, 500 etc.
Any thoughts?