elastic-db-tools/src/main/java/com/microsoft/azure/elasticdb/shard/storeops/base/StoreOperationErrorHandler.java [82:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            StoreShardMap shardMap,
            StoreShard shard,
            ShardManagementErrorCategory errorCategory,
            String operationName,
            String storedProcName) {
        switch (result.getResult()) {
            case ShardMapDoesNotExist:
                return new ShardManagementException(errorCategory, ShardManagementErrorCode.ShardMapDoesNotExist,
                        Errors._Store_ShardMap_DoesNotExistGlobal, shardMap.getName(), storedProcName, operationName,
                        shard != null ? shard.getLocation().toString() : "*");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elastic-db-tools/src/main/java/com/microsoft/azure/elasticdb/shard/storeops/base/StoreOperationErrorHandler.java [178:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            StoreShardMap shardMap,
            StoreShard shard,
            ShardManagementErrorCategory errorCategory,
            String operationName,
            String storedProcName) {
        switch (result.getResult()) {
            case ShardMapDoesNotExist:
                return new ShardManagementException(errorCategory, ShardManagementErrorCode.ShardMapDoesNotExist,
                        Errors._Store_ShardMap_DoesNotExistGlobal, shardMap.getName(), storedProcName, operationName,
                        shard != null ? shard.getLocation().toString() : "*");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



