Class HttpResponseMessageExtensions

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 HttpResponseMessageExtensions

Methods

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
TypeNameDescription
HttpResponseMessageresponse

The response to inspect.

Returns
TypeDescription
Task

An awaitable .

Do you have some feedback for us?

If you have suggestions for improving this article,