Redigera

Dela via


AzureStorageUtils.IsNotFoundError(HttpStatusCode) Method

Definition

Check whether a HTTP status code returned from a REST call might be due to a (temporary) storage contention error.

public static bool IsNotFoundError (System.Net.HttpStatusCode httpStatusCode);
static member IsNotFoundError : System.Net.HttpStatusCode -> bool
Public Shared Function IsNotFoundError (httpStatusCode As HttpStatusCode) As Boolean

Parameters

httpStatusCode
HttpStatusCode

HTTP status code to be examined.

Returns

Returns true if the HTTP status code is due to storage contention.

Applies to