Share via


WebSiteExtendedErrorCodes Members

Specifies the website extended error codes and messages.

The following tables list the members exposed by the WebSiteExtendedErrorCodes type.

Public Fields

  Name Description
AccessDenied Specifies that access is denied.
AuthenticatedFailed User {0} has been rejected.
AuthenticatedPassed User {0} has been successfully authenticated.
AuthorizationFailed User {0} has been rejected.
AuthorizationPassed User {0} has been authorized.
CannotFindEntity Cannot find {0} with name {1}.
CommandResourceNotPresent Specifies that the command resource object is not present in the request body.
DirectoryAlreadyExists Directory already exists for site {0}.
DirectoryDeleteError Failed to delete directory {0}.
ErrorAdding An error occurred when adding the {0} entry: {1}.
ErrorDeleting An error occurred when deleting the {0} entry: {1}.
ErrorPickingStamp An Error occurred when picking Stamp for WebSpace {0}.
ErrorUpdating An error occurred when updating the {0} entry: {1}.
FailedToConvertParameterValue The value of the query string parameter cannot be converted to Boolean.
FileDeleteError Failed to delete file {0}.
FileStorageLimit The file storage capacity exceeds the limit.
GenericConflict There was a conflict. {0}
HostNameAlreadyExists Hostname '{0}' already exists.
HostNameConflict Specified Host Name {0} is already taken by another site.
IncorrectDateTimeRange The from value in the query string is bigger than or equal to the to value.
InternalServerError Internal server error occurred. {0}
InvalidCustomHostNameValidation No CNAME pointing from {0} to a site in a default DNS zone (or too many).
InvalidCustomHostNameValidationNoBaseHostName There are no hostnames which could be used for validation.
InvalidData Invalid data ({0}).
InvalidExternalUriHeader The external URL "{0}" specified on request header "{1}" is invalid.
InvalidHostName Invalid host name {0}.
InvalidName The name {0} is not valid.
InvalidNumberOfWorkers Number of workers value must be more than zero.
InvalidParameterValue Parameter {0} has invalid value.
InvalidRequest {0} object is not present in the request body.
IsInReadOnlyMode The service is currently in read only mode.
NonEmptySubscription Subscription contains WebSpaces.
NonEmptyWebSpace WebSpace contains websites.
NoStorageVolumeAvailable There is not enough space on the disk.
NotReady Not ready.
NotSupportedCommand Web Service does not support Command {0}. Only supported command(s) is {1}.
NoWorkersAvailable Not enough available Standard Instance servers to satisfy this request.
NumberOfSitesLimit Number of sites exceeds the maximum allowed.
NumberOfWorkersLimit Number of workers exceeds the maximum allowed.
NumberOfWorkersPerSiteLimit Number of workers for this site exceeds the maximum allowed.
ParameterIsNotSpecified The {0} parameter is not specified.
ParameterNameAlreadyExists Parameter with name {0} already exists in the request.
ParameterNameIsEmpty Parameter name cannot be empty.
PublishingCredentialsNotTrimmed Publishing credentials have to be trimmed from white characters.
PublishingPasswordIsEmpty Publishing password cannot be empty.
PublishingPasswordNotSpecified Publishing password must be specified.
PublishingUserNameAlreadyExists Publishing username {0} is already used. Specify a different publishing username.
PublishingUserNameIsEmpty Publishing user name cannot be empty.
Ready Ready.
RepositoryDeleteError Cannot delete repository with name {0}.
RepositoryDevSiteAlreadyExists Development site already exists in the repository for site {0}.
RepositoryDevSiteNotExist Development site does not exist in the repository for site {0}.
RepositorySiteAlreadyExists Site {0} already has repository created for it.
RepositorySiteNotExist Repository does not exist for site {0}.
RequiredParameterMissing Required parameter {0} is missing.
ResourceNameCannotChange Name of the web quota cannot change.
SiteAlreadyExists Site with name {0} already exists.
SiteNotFound Cannot find site {0}.
SubscriptionConflict Subscription with specified name already exists.
SubscriptionNonEmpty Subscripton Name cannot be null or empty.
SubscriptionNotFound Subscription {0} not found.
SubscriptionSuspended Subscription {0} is Suspended.
TraceFailedToCreateDevSite Failed to create a development site.
TraceWebSiteStorageVolume WebSiteManager.CreateWebSite: Creating Site using storageVolume {0}.
UnknownCommandVerb The verb {0} is unknown.
UpdateForFieldNotAllowed Update is not allowed for the {0} field.
WebSiteConflict Website with given name {0} already exists in the specified Subscription and Webspace.
WebSiteNonEmpty WebSiteName cannot be null or empty.
WebSpaceAlreadyExists WebSpace with name {0} already exists for subscription {1}.
WebSpaceConflict WebSpace with specified name already exists.
WebSpaceContainsResources Web space contains resources.
WebSpaceCreateError Failed to create web space {0} on storage volume {1}: {2}
WebSpaceDeleteError Failed to delete web space {0}: {1}
WebSpaceNonEmpty WebSpace Name cannot be null or empty.
WebSpaceNotFound Cannot find webspace {0} for subscription {1}.

Top

See Also

Reference

WebSiteExtendedErrorCodes Class
Microsoft.WindowsAzure.Management.WebSites Namespace