DataCacheErrorCode Class
A static class used to store global error codes.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.ApplicationServer.Caching.DataCacheErrorCode
Syntax
public static class DataCacheErrorCode
public ref class DataCacheErrorCode abstract sealed
[<AbstractClass>]
[<Sealed>]
type DataCacheErrorCode = class end
Public NotInheritable Class DataCacheErrorCode
Fields
Name | Description | |
---|---|---|
AcsTokenRequestFailedAuthError | The ACS token provided failed the authentication process. |
|
AdminAlreadyConfigured | Cache Administration is already configured on the machine. |
|
AdminNotConfigured | Cache Administration is not configured on the machine. |
|
AuthorizationTokenNotValid | The authentication token provided is not in a valid format. |
|
CacheAdminCacheAlreadyPresent | The named cache already exists in the cache cluster. |
|
CacheAdminCacheConfigWriteError | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminCacheCreationInconsistencyFailure | The named cache could not be created due to a detected inconsistency in the configuration store. |
|
CacheAdminCacheNotPresent | The specified named cache does not exist in the cache cluster. |
|
CacheAdminCancelShutdownError | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminClusterSettingsNotProvided | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminClusterSettingsReadError | An error occurred attempting to read the configuration store provider name and connection string from the registry. |
|
CacheAdminClusterTimeout | A Cache Administration timeout occurred. |
|
CacheAdminCommandNotAllowed | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminHostConfigWriteError | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminHostNotReachable | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminHostNotRunning | The specified cache host is not currently running. |
|
CacheAdminHostOperationError | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminHostsNotReachable | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminHostsNotRunning | No cache hosts are running in the cache cluster. |
|
CacheAdminHostsRunning | One or more cache hosts are running in the cache cluster. |
|
CacheAdminIncompatibleExpirationParameters | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminIncompleteParameters | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminInstallPathReadError | An error occurred reading the installation path from the registry. |
|
CacheAdminInvalidCacheName | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminInvalidClusterSettings | The specified provider string or connection string is invalid. |
|
CacheAdminInvalidOperation | The specified operation is invalid. |
|
CacheAdminInvalidParameters | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminInvalidParametersForHost | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminMinSecondariesOutOfBounds | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminNoValuesProvided | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminNullArgs | A required argument is null. |
|
CacheAdminNullProviderSettingsKey | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminOperationError | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminOperationNotSupported | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminPortsDuplicated | One or more port numbers have duplicate values. |
|
CacheAdminProviderTypeUnspecified | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheAdminShutdownInProgress | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminShutdownNotInProgress | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CacheAdminShutdownNotPossible | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
CacheDisabled | The cache has been disabled. One possible cause could be a failure to reconcile charges associated with the specified cache. |
|
CacheItemVersionMismatch | The object in the cache does not match with the specified version. |
|
CacheRedirected | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
CcrUnhandledException | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
ChannelAuthenticationFailed | Unable to establish an SSL channel. |
|
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. |
|
ConvertSimpleClient | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
DomainBlockedAccount | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
DuplicateServersSpecified | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
HostAlreadyPresent | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
IncompatibleExpirationParameters | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
InvalidAutoDiscoverIdentifier | AutoDiscover property 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. |
|
MessageLargerThanConfiguredSize | The request failed because either the response or the request message was larger than configured message size in the transport properties. |
|
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. |
|
OffloadingWithXml | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
OperationNotSupported | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
ReadThroughProviderDidNotReturnResult | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
ReadThroughProviderFailure | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
ReadThroughProviderNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
ReadThroughRegionDoesNotExist | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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 T:Microsoft.Data.Caching.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. |
|
StringTooLarge | This API supports the product infrastructure and is not intended to be used directly from your code. |
|
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. |
|
UnsupportedOperationAttemptedOnPort | The current operation is not supported on this port. |
|
UsageResourceNotFound | This API supports the product infrastructure and is not intended to be used directly from your code. |
Remarks
For more information, see .f03e9369-ca4e-4fd1-a617-b140ad827903
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.ApplicationServer.Caching Namespace
Return to top