AzureStorageUtils.IsNotFoundError(HttpStatusCode) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- httpStatusCode
- HttpStatusCode
HTTP status code to be examined.
Returns true
if the HTTP status code is due to storage contention.