WebSiteExtendedErrorCodes Class

Specifies the website extended error codes and messages.

Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

'Declaration
Public NotInheritable Class WebSiteExtendedErrorCodes
public static class WebSiteExtendedErrorCodes
public ref class WebSiteExtendedErrorCodes abstract sealed
public final class WebSiteExtendedErrorCodes
public final class WebSiteExtendedErrorCodes

Remarks

In addition to standard HTTP status codes, the Microsoft Azure Websites Management REST API returns extended error codes and error messages. The extended codes do not replace the standard HTTP status codes, but provide additional, actionable information that can be used in conjunction with the standard HTTP status codes. For example, an HTTP 404 error can occur for numerous reasons, so having the additional information in the extended message can assist with problem resolution.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteExtendedErrorCodes Members
Microsoft.WindowsAzure.Management.WebSites Namespace