WebSiteExtendedErrorCodes Class
Definition
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.
In addition to standard HTTP status codes, the Azure Web Sites 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. (For more information on the standard HTTP codes returned by the REST API, see Service Management Status and Error Codes.) (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166968.aspx for more information)
public static class WebSiteExtendedErrorCodes
type WebSiteExtendedErrorCodes = class
Public Class WebSiteExtendedErrorCodes
- Inheritance
-
WebSiteExtendedErrorCodes
Fields
AccessDenied |
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 |
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 (or too many CNAMEs) pointing from {0} to a site in a default DNS zone. |
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 |
Invalid name {0}. |
InvalidNumberOfWorkers |
NumberOfWorkers 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 web sites. |
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 |
Subscription 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 |
Cannot understand command verb {0}. |
UpdateForFieldNotAllowed |
Update is not allowed for the {0} field. |
WebSiteConflict |
Web site 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}. |
Applies to
Azure SDK for .NET