DataCacheErrorCode Members
A static class used to store global error codes.
The following tables list the members exposed by the DataCacheErrorCode type.
Public Fields
Name | Description | |
---|---|---|
AdminAlreadyConfigured | Cache Administration is already configured on the machine. | |
AdminNotConfigured | Cache Administration is not configured on the machine. | |
CacheAdminCacheAlreadyPresent | The named cache already exists in the cache cluster. | |
CacheAdminCacheCreationInconsistencyFailure | The named cache could not be created due to a detected inconsistency in the configuration store. | |
CacheAdminCacheNotCreated | An unexpected error occurred while attempting to create the named cache. | |
CacheAdminCacheNotPresent | The specified named cache does not exist in the cache cluster. | |
CacheAdminCacheNotRemoved | An unexpected error occurred attempting to remove a named cache. | |
CacheAdminClusterDown | The cache cluster is not running. | |
CacheAdminClusterNotReady | The cache cluster is not ready to perform the requested operation. | |
CacheAdminClusterRefreshFailed | The cache cluster experienced an error while attempting to refresh the list of cache hosts on all of the cache hosts. | |
CacheAdminClusterSettingsReadError | An error occurred attempting to read the configuration store provider name and connection string from the registry. | |
CacheAdminClusterTimeout | A Cache Administration timeout occurred. | |
CacheAdminConfigAddHostError | An error occurred attempt to add a cache host to the cache cluster configuration store. | |
CacheAdminConfigDeleteHostError | An error occurred attempting to delete a cache host from the cache cluster configuration store. | |
CacheAdminDefaultCacheCreateFailure | An error occurred while creating the default cache. | |
CacheAdminDeleteInProgress | The specified cache is in the process of being removed. | |
CacheAdminGrantClientAccountErrorFormat | An error occurred attempting to add an account to the allowed client accounts list. | |
CacheAdminHostNameResolveFailure | The name 'localhost' is unable to be resolved to the current host name. | |
CacheAdminHostNotPresent | The specified cache host is not part of the cache cluster. | |
CacheAdminHostNotRunning | The specified cache host is not currently running. | |
CacheAdminHostRefreshFailed | The cache cluster experienced an error while attempting to refresh the list of cache hosts on each of the specified cache host. | |
CacheAdminHostRunning | The specified cache host is already in the running state. | |
CacheAdminHostsNotRunning | No cache hosts are running in the cache cluster. | |
CacheAdminHostsRunning | One or more cache hosts are running in the cache cluster. | |
CacheAdminInstallPathReadError | An error occurred reading the installation path from the registry. | |
CacheAdminInvalidClusterSettings | The specified provider string or connection string is invalid. | |
CacheAdminInvalidOperation | The specified operation is invalid. | |
CacheAdminInvalidSecuritySettings | The specified security settings are invalid. | |
CacheAdminMaxCachesCreated | The specified named cache cannot be created, because the cache cluster has reached the maximum number of named caches. | |
CacheAdminNoHosts | There are no cache hosts in the cache cluster. | |
CacheAdminNoQuorumIfHostStopped | The specified host cannot be stopped, because the number of hosts would drop below the required quorum. | |
CacheAdminNoSeedNodes | There are no seed nodes present in the cache cluster. | |
CacheAdminNullArgs | A required argument is null. | |
CacheAdminPortsDuplicated | One or more port numbers have duplicate values. | |
CacheAdminQuorumNotUp | The required quorum of hosts is not running. | |
CacheAdminRegionNotPresent | The specified region does not exist in the cache cluster. | |
CacheAdminRemoteRegistryAccessFailed | An error occurred while attempting to access the registry on a remote cache host. | |
CacheAdminRequestTimeoutResultUnknown | The request timed out, but the result of the request is unknown. | |
CacheAdminRevokeClientAccountErrorFormat | An error occurred attempting to remove an account from the list of allowed client accounts. | |
CacheAdminStatsIncorrect | The returned status information might be incorrect, because one or more cache hosts could not be reached. | |
CacheAdminStoreAccessFailure | An error occurred attempting to access the cache cluster configuration store. | |
CacheAdminTimeout | A timeout occurred. | |
CacheAdminUnknownError | An unknown error occurred. | |
CacheAdminWindowsAccountAlreadyPresent | The specified Windows account already exists in the list of allowed client accounts. | |
CacheAdminWindowsAccountInvalid | The specified Windows account is not valid. | |
CacheAdminWindowsAccountNotPresent | The specified Windows account is not present in the list of allowed client accounts. | |
CacheItemVersionMismatch | The object in the cache does not match with the specified version. | |
ClientServerVersionMismatch | The cache client assemblies are a different version than the cache host assemblies. | |
ClusterAlreadyInitialized | The cache cluster has already been initialized. | |
ClusterConfigConnectionError | An error occurred while attempting to connect to the cache cluster configuration store. | |
ClusterConfigReadError | An error occurred while reading the cache cluster configuration store. | |
ClusterNotInitialized | The cache cluster is not initialized. | |
ConfigurationStateSaveError | An error occurred while attempting to save the configuration state. | |
ConnectionSettingsRegistrySaveError | An error occurred while attempting to save the connection settings to the registry. | |
ConnectionTerminated | The connection was terminated. This could be caused by server or network problems. | |
DomainNonNWService | Only the Network Service account is permitted to run the Caching Service in a domain environment. | |
GetComputerDomainError | An error occurred while attempting to get the computer domain. | |
HostAdditionFailureError | An error occurred while attempting to add a cache host to the cache cluster. | |
HostDeletionFailureError | An error occurred while attempting to remove a host from the cache cluster. | |
HostEntryNotFound | The specified cache host entry was not found in the cache cluster configuration. | |
IncompleteConnectionParameters | The specified connection parameters are incomplete. | |
InstallPathMissingError | An error occurred while attempting to read the install path from the registry. | |
InvalidArgument | The argument is not valid. | |
InvalidCacheLockHandle | The specified lock handle is not valid. | |
InvalidEnumerator | An invalid enumerator is specified. | |
KeyAlreadyExists | The key is already present in the cache or region. | |
KeyDoesNotExist | An object cached with the specified key does not exist in the cache or region. | |
MaxNamedCacheCountExceeded | The named cache count exceeded the maximum value. | |
NamedCacheDoesNotExist | The named cache does not exist. | |
NetworkShareAsLocalPathError | A network path was expected, but a local path was provided. | |
NetworkShareFilePermissionsError | The specified network file share does not have appropriate permissions. | |
NetworkShareFolderConnectionError | An error occurred while attempting to connect to the shared network folder. | |
NewNetworkShareSetupError | An error occurred attempting to write the configuration store files at the specified shared network folder. | |
NonDomainBlockedAccount | The domain account is blocked for the workgroup configuration. | |
NonDomainNWService | The Network Service account is not permitted for a workgroup-based configuration of the Caching Service. | |
NotificationInvalidationNotSupported | Cache notifications are not supported because the named cache has been created without notifications enabled. | |
ObjectLocked | The cached object has already been locked. | |
ObjectNotLocked | The object is not locked. | |
PermissionsError | An error occurred while setting permissions on the cache cluster configuration. | |
PortAlreadyInUseError | The specified port is already in-use. | |
PortDuplicationError | One or more ports have duplicate values. | |
RegionAlreadyExists | The region already exists. | |
RegionDoesNotExist | The region does not exist. | |
RegistryAccessFailed | An error occurred while attempting to access the registry. | |
RegistryKeyOpenFailure | An error occurred while attempting to open a registry key for reading. | |
RetryLater | Temporary failure, retry the operation later. | |
SerializationException | An exception was encountered during object serialization. | |
ServerNull | The server passed to the DataCacheFactory constructor is null. | |
ServiceAccessError | An error occurred while accessing the Caching Service. | |
ServiceAlreadyConfigured | The Caching Service is already configured on the specified cache host. | |
ServiceNotConfigured | The Caching Service is not configured on the specified cache host. | |
ServiceNotStopped | The operation cannot be completed, because the Caching Service is still running. | |
SqlAuthenticationNotSupported | SQL Server authentication is not permitted with the SQL Server provider for the cache cluster configuration store. Windows authentication must be used. | |
TestConnectionFailed | The test connection failed. | |
Timeout | Communications with the cache cluster has experienced a delay past the timeout value. | |
UndefinedError | An unknown error has occurred. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26