DataCacheErrorSubStatus Class
Used to retrieve substatus codes for errors returned to the client.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus
Syntax
public static class DataCacheErrorSubStatus
public ref class DataCacheErrorSubStatus abstract sealed
[<AbstractClass>]
[<Sealed>]
type DataCacheErrorSubStatus = class end
Public NotInheritable Class DataCacheErrorSubStatus
Fields
Name | Description | |
---|---|---|
CacheServerUnavailable | The primary cache server is unavailable. |
|
CacheUnderReconfiguration | ||
CertificateRevocationServerOffline | Unable to validate the SSL certificate. |
|
InternalError | An internal error has occurred. |
|
KeyLatched | The client failed to update a key when adding or replacing an object in the cache. |
|
KeyTooLarge | The specified key name is too large. The key size is calculated after serialization and UTF-8 encoding of the string. It must be less than 65 KB. |
|
None | There is no specific substatus code. |
|
NotPrimary | The request did not find the primary server. |
|
NoWriteQuorum | Unable to satisfy the specified write quorum of cache hosts. |
|
QuotaExceeded | A resource quota for the Windows Azure Caching namespace has been exceeded. |
|
ReadThroughKeyContention | This API supports the product infrastructure and is not intended to be used directly from your code. Internal. |
|
RegionTooLarge | The specified region name is too large. The name size is calculated after serialization and UTF-8 encoding of the string. It must be less than 65 KB. |
|
ReplicationFailed | Replication failed. |
|
ReplicationQueueFull | The replication queue is full. |
|
ServiceMemoryShortage | The memory available for the caching service is low. |
|
TagTooLarge | The specified tag name is too large. The name size is calculated after serialization and UTF-8 encoding of the string. It must be less than 65 KB. |
|
Throttled | The requested operation failed, because the required cache host is in a throttled state. |
Remarks
For more information, see .17d32148-4de9-4042-92f7-5b4b4de17520
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