Class HttpResponseMessageExtensions
Version: 3.2
Extension methods for the class mainly to handle common errors which can happen when using Sitecore Content Hub REST API.
Inheritance
object
HttpResponseMessageExtensions
Namespace: StylelabsStylelabs.MSdkWebClientHttp
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public static class HttpResponseMessageExtensionsMethods
HandleErrors(HttpResponseMessage)
Inspects the specified response and throws
an instance of if it contains errors
(i.e. the response is not success).
Declaration
RequestResponse
public static Task HandleErrors(this HttpResponseMessage response)Parameters
| Type | Name | Description |
|---|---|---|
| HttpResponseMessage | response |
The response to inspect. |
Returns
| Type | Description |
|---|---|
| Task |
An awaitable . |