1. Stylelabs.M.Sdk.WebClient.Http

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

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

public static Task HandleErrors(this HttpResponseMessage response)

Parameters

TypeNameDescription
HttpResponseMessageresponseThe response to inspect.

Returns

TypeDescription
TaskAn awaitable .
If you have suggestions for improving this article, let us know!