Browse Source

Add code to replication cards collocation migration exception
commit_hash:188dccdd66947f7878d78ecfdf2f9e0030284715

osidorkin 1 month ago
parent
commit
4b247d38fa
1 changed files with 5 additions and 4 deletions
  1. 5 4
      yt/yt/client/chaos_client/public.h

+ 5 - 4
yt/yt/client/chaos_client/public.h

@@ -34,10 +34,11 @@ struct TReplicaInfo;
 struct TReplicationCardFecthOptions;
 
 YT_DEFINE_ERROR_ENUM(
-    ((ReplicationCardNotKnown)         (3200))
-    ((ReplicationCardMigrated)         (3201))
-    ((ChaosCellSuspended)              (3202))
-    ((ReplicationCollocationNotKnown)  (3203))
+    ((ReplicationCardNotKnown)           (3200))
+    ((ReplicationCardMigrated)           (3201))
+    ((ChaosCellSuspended)                (3202))
+    ((ReplicationCollocationNotKnown)    (3203))
+    ((ReplicationCollocationIsMigrating) (3204))
 );
 
 ////////////////////////////////////////////////////////////////////////////////