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)

Inheritance Hierarchy

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

Syntax

public static class WebSiteExtendedErrorCodes
public ref class WebSiteExtendedErrorCodes abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WebSiteExtendedErrorCodes = class end
Public NotInheritable Class WebSiteExtendedErrorCodes

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AccessDenied

Specifies that access is denied.

System_CAPS_pubfieldSystem_CAPS_static AuthenticatedFailed

User {0} has been rejected.

System_CAPS_pubfieldSystem_CAPS_static AuthenticatedPassed

User {0} has been successfully authenticated.

System_CAPS_pubfieldSystem_CAPS_static AuthorizationFailed

User {0} has been rejected.

System_CAPS_pubfieldSystem_CAPS_static AuthorizationPassed

User {0} has been authorized.

System_CAPS_pubfieldSystem_CAPS_static CannotFindEntity

Cannot find {0} with name {1}.

System_CAPS_pubfieldSystem_CAPS_static CommandResourceNotPresent

Specifies that the command resource object is not present in the request body.

System_CAPS_pubfieldSystem_CAPS_static DirectoryAlreadyExists

Directory already exists for site {0}.

System_CAPS_pubfieldSystem_CAPS_static DirectoryDeleteError

Failed to delete directory {0}.

System_CAPS_pubfieldSystem_CAPS_static ErrorAdding

An error occurred when adding the {0} entry: {1}.

System_CAPS_pubfieldSystem_CAPS_static ErrorDeleting

An error occurred when deleting the {0} entry: {1}.

System_CAPS_pubfieldSystem_CAPS_static ErrorPickingStamp

An Error occurred when picking Stamp for WebSpace {0}.

System_CAPS_pubfieldSystem_CAPS_static ErrorUpdating

An error occurred when updating the {0} entry: {1}.

System_CAPS_pubfieldSystem_CAPS_static FailedToConvertParameterValue

The value of the query string parameter cannot be converted to Boolean.

System_CAPS_pubfieldSystem_CAPS_static FileDeleteError

Failed to delete file {0}.

System_CAPS_pubfieldSystem_CAPS_static FileStorageLimit

The file storage capacity exceeds the limit.

System_CAPS_pubfieldSystem_CAPS_static GenericConflict

There was a conflict. {0}

System_CAPS_pubfieldSystem_CAPS_static HostNameAlreadyExists

Hostname '{0}' already exists.

System_CAPS_pubfieldSystem_CAPS_static HostNameConflict

Specified Host Name {0} is already taken by another site.

System_CAPS_pubfieldSystem_CAPS_static IncorrectDateTimeRange

The from value in the query string is bigger than or equal to the to value.

System_CAPS_pubfieldSystem_CAPS_static InternalServerError

Internal server error occurred. {0}

System_CAPS_pubfieldSystem_CAPS_static InvalidCustomHostNameValidation

No CNAME pointing from {0} to a site in a default DNS zone (or too many).

System_CAPS_pubfieldSystem_CAPS_static InvalidCustomHostNameValidationNoBaseHostName

There are no hostnames which could be used for validation.

System_CAPS_pubfieldSystem_CAPS_static InvalidData

Invalid data ({0}).

System_CAPS_pubfieldSystem_CAPS_static InvalidExternalUriHeader

The external URL "{0}" specified on request header "{1}" is invalid.

System_CAPS_pubfieldSystem_CAPS_static InvalidHostName

Invalid host name {0}.

System_CAPS_pubfieldSystem_CAPS_static InvalidName

The name {0} is not valid.

System_CAPS_pubfieldSystem_CAPS_static InvalidNumberOfWorkers

Number of workers value must be more than zero.

System_CAPS_pubfieldSystem_CAPS_static InvalidParameterValue

Parameter {0} has invalid value.

System_CAPS_pubfieldSystem_CAPS_static InvalidRequest

{0} object is not present in the request body.

System_CAPS_pubfieldSystem_CAPS_static IsInReadOnlyMode

The service is currently in read only mode.

System_CAPS_pubfieldSystem_CAPS_static NonEmptySubscription

Subscription contains WebSpaces.

System_CAPS_pubfieldSystem_CAPS_static NonEmptyWebSpace

WebSpace contains websites.

System_CAPS_pubfieldSystem_CAPS_static NoStorageVolumeAvailable

There is not enough space on the disk.

System_CAPS_pubfieldSystem_CAPS_static NotReady

Not ready.

System_CAPS_pubfieldSystem_CAPS_static NotSupportedCommand

Web Service does not support Command {0}. Only supported command(s) is {1}.

System_CAPS_pubfieldSystem_CAPS_static NoWorkersAvailable

Not enough available Standard Instance servers to satisfy this request.

System_CAPS_pubfieldSystem_CAPS_static NumberOfSitesLimit

Number of sites exceeds the maximum allowed.

System_CAPS_pubfieldSystem_CAPS_static NumberOfWorkersLimit

Number of workers exceeds the maximum allowed.

System_CAPS_pubfieldSystem_CAPS_static NumberOfWorkersPerSiteLimit

Number of workers for this site exceeds the maximum allowed.

System_CAPS_pubfieldSystem_CAPS_static ParameterIsNotSpecified

The {0} parameter is not specified.

System_CAPS_pubfieldSystem_CAPS_static ParameterNameAlreadyExists

Parameter with name {0} already exists in the request.

System_CAPS_pubfieldSystem_CAPS_static ParameterNameIsEmpty

Parameter name cannot be empty.

System_CAPS_pubfieldSystem_CAPS_static PublishingCredentialsNotTrimmed

Publishing credentials have to be trimmed from white characters.

System_CAPS_pubfieldSystem_CAPS_static PublishingPasswordIsEmpty

Publishing password cannot be empty.

System_CAPS_pubfieldSystem_CAPS_static PublishingPasswordNotSpecified

Publishing password must be specified.

System_CAPS_pubfieldSystem_CAPS_static PublishingUserNameAlreadyExists

Publishing username {0} is already used. Specify a different publishing username.

System_CAPS_pubfieldSystem_CAPS_static PublishingUserNameIsEmpty

Publishing user name cannot be empty.

System_CAPS_pubfieldSystem_CAPS_static Ready

Ready.

System_CAPS_pubfieldSystem_CAPS_static RepositoryDeleteError

Cannot delete repository with name {0}.

System_CAPS_pubfieldSystem_CAPS_static RepositoryDevSiteAlreadyExists

Development site already exists in the repository for site {0}.

System_CAPS_pubfieldSystem_CAPS_static RepositoryDevSiteNotExist

Development site does not exist in the repository for site {0}.

System_CAPS_pubfieldSystem_CAPS_static RepositorySiteAlreadyExists

Site {0} already has repository created for it.

System_CAPS_pubfieldSystem_CAPS_static RepositorySiteNotExist

Repository does not exist for site {0}.

System_CAPS_pubfieldSystem_CAPS_static RequiredParameterMissing

Required parameter {0} is missing.

System_CAPS_pubfieldSystem_CAPS_static ResourceNameCannotChange

Name of the web quota cannot change.

System_CAPS_pubfieldSystem_CAPS_static SiteAlreadyExists

Site with name {0} already exists.

System_CAPS_pubfieldSystem_CAPS_static SiteNotFound

Cannot find site {0}.

System_CAPS_pubfieldSystem_CAPS_static SubscriptionConflict

Subscription with specified name already exists.

System_CAPS_pubfieldSystem_CAPS_static SubscriptionNonEmpty

Subscripton Name cannot be null or empty.

System_CAPS_pubfieldSystem_CAPS_static SubscriptionNotFound

Subscription {0} not found.

System_CAPS_pubfieldSystem_CAPS_static SubscriptionSuspended

Subscription {0} is Suspended.

System_CAPS_pubfieldSystem_CAPS_static TraceFailedToCreateDevSite

Failed to create a development site.

System_CAPS_pubfieldSystem_CAPS_static TraceWebSiteStorageVolume

WebSiteManager.CreateWebSite: Creating Site using storageVolume {0}.

System_CAPS_pubfieldSystem_CAPS_static UnknownCommandVerb

The verb {0} is unknown.

System_CAPS_pubfieldSystem_CAPS_static UpdateForFieldNotAllowed

Update is not allowed for the {0} field.

System_CAPS_pubfieldSystem_CAPS_static WebSiteConflict

Website with given name {0} already exists in the specified Subscription and Webspace.

System_CAPS_pubfieldSystem_CAPS_static WebSiteNonEmpty

WebSiteName cannot be null or empty.

System_CAPS_pubfieldSystem_CAPS_static WebSpaceAlreadyExists

WebSpace with name {0} already exists for subscription {1}.

System_CAPS_pubfieldSystem_CAPS_static WebSpaceConflict

WebSpace with specified name already exists.

System_CAPS_pubfieldSystem_CAPS_static WebSpaceContainsResources

Web space contains resources.

System_CAPS_pubfieldSystem_CAPS_static WebSpaceCreateError

Failed to create web space {0} on storage volume {1}: {2}

System_CAPS_pubfieldSystem_CAPS_static WebSpaceDeleteError

Failed to delete web space {0}: {1}

System_CAPS_pubfieldSystem_CAPS_static WebSpaceNonEmpty

WebSpace Name cannot be null or empty.

System_CAPS_pubfieldSystem_CAPS_static WebSpaceNotFound

Cannot find webspace {0} for subscription {1}.

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.

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.

See Also

Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top