ShardManagementErrorCode Enum   
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.
public enum ShardManagementErrorCode
	type ShardManagementErrorCode = 
	Public Enum ShardManagementErrorCode
		- Inheritance
 - 
				ShardManagementErrorCode
 
Fields
| Name | Value | Description | 
|---|---|---|
| Success | 0 | |
| ShardMapManagerStoreAlreadyExists | 1 | |
| ShardMapManagerStoreDoesNotExist | 2 | |
| ShardMapAlreadyExists | 3 | |
| ShardMapLookupFailure | 4 | |
| ShardMapHasShards | 5 | |
| GlobalStoreVersionMismatch | 6 | |
| LocalStoreVersionMismatch | 7 | |
| GlobalStoreOperationInsufficientParameters | 8 | |
| LocalStoreOperationInsufficientParameters | 9 | |
| ShardMapTypeConversionError | 10 | |
| ShardHasMappings | 11 | |
| ShardAlreadyExists | 12 | |
| ShardLocationAlreadyExists | 13 | |
| ShardVersionMismatch | 14 | |
| MappingPointAlreadyMapped | 15 | |
| MappingRangeAlreadyMapped | 16 | |
| StorageOperationFailure | 17 | |
| ShardMapDoesNotExist | 18 | |
| ShardDoesNotExist | 19 | |
| LockNotAcquired | 20 | |
| LockNotReleased | 21 | |
| UnexpectedError | 22 | |
| MappingDoesNotExist | 23 | |
| MappingNotFoundForKey | 24 | |
| MappingIsOffline | 25 | |
| MappingsKillConnectionFailure | 26 | |
| MappingIsNotOffline | 27 | |
| MappingLockOwnerIdDoesNotMatch | 28 | |
| MappingIsAlreadyLocked | 29 | |
| ShardNotValid | 30 |