StatusCode
Gets the HTTP status code of response
| ( `"OK"` | `"Moved"` | `"NotFound"` | `"Forbidden"` | `"MethodNotAllowed"` | `"RequestEntityTooLarge"` | `"RequestUriTooLong"` | `"InternalServerError"` | `"ServiceUnavailable"` | `"GatewayTimeout"` ) myRestResponse.StatusCode
|