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
System_CAPS_pubfieldSystem_CAPS_static AcsTokenRequestFailedAuthError

The ACS token provided failed the authentication process.

System_CAPS_pubfieldSystem_CAPS_static AdminAlreadyConfigured

Cache Administration is already configured on the machine.

System_CAPS_pubfieldSystem_CAPS_static AdminNotConfigured

Cache Administration is not configured on the machine.

System_CAPS_pubfieldSystem_CAPS_static AuthorizationTokenNotValid

The authentication token provided is not in a valid format.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCacheAlreadyPresent

The named cache already exists in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCacheConfigWriteError

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCacheCreationInconsistencyFailure

The named cache could not be created due to a detected inconsistency in the configuration store.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCacheNotPresent

The specified named cache does not exist in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCancelShutdownError

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterDown

The cache cluster is not running.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterNotReady

The cache cluster is not ready to perform the requested operation.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterRefreshFailed

The cache cluster experienced an error while attempting to refresh the list of cache hosts on all of the cache hosts.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterSettingsNotProvided

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterSettingsReadError

An error occurred attempting to read the configuration store provider name and connection string from the registry.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminClusterTimeout

A Cache Administration timeout occurred.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminCommandNotAllowed

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminConfigAddHostError

An error occurred attempt to add a cache host to the cache cluster configuration store.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminConfigDeleteHostError

An error occurred attempting to delete a cache host from the cache cluster configuration store.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminDefaultCacheCreateFailure

An error occurred while creating the default cache.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminDeleteInProgress

The specified cache is in the process of being removed.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminGrantClientAccountErrorFormat

An error occurred attempting to add an account to the allowed client accounts list.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostConfigWriteError

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostNameResolveFailure

The name 'localhost' is unable to be resolved to the current host name.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostNotPresent

The specified cache host is not part of the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostNotReachable

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostNotRunning

The specified cache host is not currently running.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostOperationError

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostRefreshFailed

The cache cluster experienced an error while attempting to refresh the list of cache hosts on each of the specified cache host.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostRunning

The specified cache host is already in the running state.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostsNotReachable

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostsNotRunning

No cache hosts are running in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminHostsRunning

One or more cache hosts are running in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminIncompatibleExpirationParameters

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminIncompleteParameters

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInstallPathReadError

An error occurred reading the installation path from the registry.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidCacheName

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidClusterSettings

The specified provider string or connection string is invalid.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidOperation

The specified operation is invalid.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidParameters

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidParametersForHost

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminInvalidSecuritySettings

The specified security settings are invalid.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminMaxCachesCreated

The specified named cache cannot be created, because the cache cluster has reached the maximum number of named caches.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminMinSecondariesOutOfBounds

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNoHosts

There are no cache hosts in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNoQuorumIfHostStopped

The specified host cannot be stopped, because the number of hosts would drop below the required quorum.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNoSeedNodes

There are no seed nodes present in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNoValuesProvided

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNullArgs

A required argument is null.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminNullProviderSettingsKey

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminOperationError

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminOperationNotSupported

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminPortsDuplicated

One or more port numbers have duplicate values.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminProviderTypeUnspecified

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminQuorumNotUp

The required quorum of hosts is not running.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminRegionNotPresent

The specified region does not exist in the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminRemoteRegistryAccessFailed

An error occurred while attempting to access the registry on a remote cache host.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminRequestTimeoutResultUnknown

The request timed out, but the result of the request is unknown.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminRevokeClientAccountErrorFormat

An error occurred attempting to remove an account from the list of allowed client accounts.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminShutdownInProgress

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminShutdownNotInProgress

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminShutdownNotPossible

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminStatsIncorrect

The returned status information might be incorrect, because one or more cache hosts could not be reached.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminStoreAccessFailure

An error occurred attempting to access the cache cluster configuration store.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminTimeout

A timeout occurred.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminUnknownError

An unknown error occurred.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminWindowsAccountAlreadyPresent

The specified Windows account already exists in the list of allowed client accounts.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminWindowsAccountInvalid

The specified Windows account is not valid.

System_CAPS_pubfieldSystem_CAPS_static CacheAdminWindowsAccountNotPresent

The specified Windows account is not present in the list of allowed client accounts.

System_CAPS_pubfieldSystem_CAPS_static CacheDisabled

The cache has been disabled. One possible cause could be a failure to reconcile charges associated with the specified cache.

System_CAPS_pubfieldSystem_CAPS_static CacheItemVersionMismatch

The object in the cache does not match with the specified version.

System_CAPS_pubfieldSystem_CAPS_static CacheRedirected

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static CcrUnhandledException

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static ChannelAuthenticationFailed

Unable to establish an SSL channel.

System_CAPS_pubfieldSystem_CAPS_static ClientServerVersionMismatch

The cache client assemblies are a different version than the cache host assemblies.

System_CAPS_pubfieldSystem_CAPS_static ClusterAlreadyInitialized

The cache cluster has already been initialized.

System_CAPS_pubfieldSystem_CAPS_static ClusterConfigConnectionError

An error occurred while attempting to connect to the cache cluster configuration store.

System_CAPS_pubfieldSystem_CAPS_static ClusterConfigReadError

An error occurred while reading the cache cluster configuration store.

System_CAPS_pubfieldSystem_CAPS_static ClusterNotInitialized

The cache cluster is not initialized.

System_CAPS_pubfieldSystem_CAPS_static ConfigurationStateSaveError

An error occurred while attempting to save the configuration state.

System_CAPS_pubfieldSystem_CAPS_static ConnectionSettingsRegistrySaveError

An error occurred while attempting to save the connection settings to the registry.

System_CAPS_pubfieldSystem_CAPS_static ConnectionTerminated

The connection was terminated. This could be caused by server or network problems.

System_CAPS_pubfieldSystem_CAPS_static ConvertSimpleClient

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static DomainBlockedAccount

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static DuplicateServersSpecified

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static GetComputerDomainError

An error occurred while attempting to get the computer domain.

System_CAPS_pubfieldSystem_CAPS_static HostAdditionFailureError

An error occurred while attempting to add a cache host to the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static HostAlreadyPresent

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static HostDeletionFailureError

An error occurred while attempting to remove a host from the cache cluster.

System_CAPS_pubfieldSystem_CAPS_static HostEntryNotFound

The specified cache host entry was not found in the cache cluster configuration.

System_CAPS_pubfieldSystem_CAPS_static IncompatibleExpirationParameters

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static IncompleteConnectionParameters

The specified connection parameters are incomplete.

System_CAPS_pubfieldSystem_CAPS_static InstallPathMissingError

An error occurred while attempting to read the install path from the registry.

System_CAPS_pubfieldSystem_CAPS_static InvalidArgument

The argument is not valid.

System_CAPS_pubfieldSystem_CAPS_static InvalidAutoDiscoverIdentifier

AutoDiscover property is not valid.

System_CAPS_pubfieldSystem_CAPS_static InvalidCacheLockHandle

The specified lock handle is not valid.

System_CAPS_pubfieldSystem_CAPS_static InvalidEnumerator

An invalid enumerator is specified.

System_CAPS_pubfieldSystem_CAPS_static KeyAlreadyExists

The key is already present in the cache or region.

System_CAPS_pubfieldSystem_CAPS_static KeyDoesNotExist

An object cached with the specified key does not exist in the cache or region.

System_CAPS_pubfieldSystem_CAPS_static MaxNamedCacheCountExceeded

The named cache count exceeded the maximum value.

System_CAPS_pubfieldSystem_CAPS_static MessageLargerThanConfiguredSize

The request failed because either the response or the request message was larger than configured message size in the transport properties.

System_CAPS_pubfieldSystem_CAPS_static NamedCacheDoesNotExist

The named cache does not exist.

System_CAPS_pubfieldSystem_CAPS_static NetworkShareAsLocalPathError

A network path was expected, but a local path was provided.

System_CAPS_pubfieldSystem_CAPS_static NetworkShareFilePermissionsError

The specified network file share does not have appropriate permissions.

System_CAPS_pubfieldSystem_CAPS_static NetworkShareFolderConnectionError

An error occurred while attempting to connect to the shared network folder.

System_CAPS_pubfieldSystem_CAPS_static NewNetworkShareSetupError

An error occurred attempting to write the configuration store files at the specified shared network folder.

System_CAPS_pubfieldSystem_CAPS_static NonDomainBlockedAccount

The domain account is blocked for the workgroup configuration.

System_CAPS_pubfieldSystem_CAPS_static NonDomainNWService

The Network Service account is not permitted for a workgroup-based configuration of the Caching Service.

System_CAPS_pubfieldSystem_CAPS_static NotificationInvalidationNotSupported

Cache notifications are not supported because the named cache has been created without notifications enabled.

System_CAPS_pubfieldSystem_CAPS_static ObjectLocked

The cached object has already been locked.

System_CAPS_pubfieldSystem_CAPS_static ObjectNotLocked

The object is not locked.

System_CAPS_pubfieldSystem_CAPS_static OffloadingWithXml

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static OperationNotSupported

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static PermissionsError

An error occurred while setting permissions on the cache cluster configuration.

System_CAPS_pubfieldSystem_CAPS_static PortAlreadyInUseError

The specified port is already in-use.

System_CAPS_pubfieldSystem_CAPS_static PortDuplicationError

One or more ports have duplicate values.

System_CAPS_pubfieldSystem_CAPS_static ReadThroughProviderDidNotReturnResult

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static ReadThroughProviderFailure

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static ReadThroughProviderNotFound

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static ReadThroughRegionDoesNotExist

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static RegionAlreadyExists

The region already exists.

System_CAPS_pubfieldSystem_CAPS_static RegionDoesNotExist

The region does not exist.

System_CAPS_pubfieldSystem_CAPS_static RegistryAccessFailed

An error occurred while attempting to access the registry.

System_CAPS_pubfieldSystem_CAPS_static RegistryKeyOpenFailure

An error occurred while attempting to open a registry key for reading.

System_CAPS_pubfieldSystem_CAPS_static RetryLater

Temporary failure, retry the operation later.

System_CAPS_pubfieldSystem_CAPS_static SerializationException

An exception was encountered during object serialization.

System_CAPS_pubfieldSystem_CAPS_static ServerNull

The server passed to the T:Microsoft.Data.Caching.DataCacheFactory constructor is null.

System_CAPS_pubfieldSystem_CAPS_static ServiceAccessError

An error occurred while accessing the Caching Service.

System_CAPS_pubfieldSystem_CAPS_static ServiceAlreadyConfigured

The Caching Service is already configured on the specified cache host.

System_CAPS_pubfieldSystem_CAPS_static ServiceNotConfigured

The Caching Service is not configured on the specified cache host.

System_CAPS_pubfieldSystem_CAPS_static ServiceNotStopped

The operation cannot be completed, because the Caching Service is still running.

System_CAPS_pubfieldSystem_CAPS_static SqlAuthenticationNotSupported

SQL Server authentication is not permitted with the SQL Server provider for the cache cluster configuration store. Windows authentication must be used.

System_CAPS_pubfieldSystem_CAPS_static StringTooLarge

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfieldSystem_CAPS_static TestConnectionFailed

The test connection failed.

System_CAPS_pubfieldSystem_CAPS_static Timeout

Communications with the cache cluster has experienced a delay past the timeout value.

System_CAPS_pubfieldSystem_CAPS_static UndefinedError

An unknown error has occurred.

System_CAPS_pubfieldSystem_CAPS_static UnsupportedOperationAttemptedOnPort

The current operation is not supported on this port.

System_CAPS_pubfieldSystem_CAPS_static 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