diff options
| author | savrus <[email protected]> | 2024-09-05 10:12:17 +0300 |
|---|---|---|
| committer | savrus <[email protected]> | 2024-09-05 10:31:06 +0300 |
| commit | de89226020296884baebb46db1582db1359e21dd (patch) | |
| tree | 11bab3b2a98fc63b3910acc73606c831476c52e4 | |
| parent | f7555bb7a3e280d7f2f4f10c60a58c9c55ed3731 (diff) | |
YT-22173 Add replication card to collocation which residents in another chaos cell
dd7d66de57614c52544e2a4ed713fb0b650c4721
| -rw-r--r-- | yt/yt/client/chaos_client/public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/chaos_client/public.h b/yt/yt/client/chaos_client/public.h index 84964842d9b..0493104b9d3 100644 --- a/yt/yt/client/chaos_client/public.h +++ b/yt/yt/client/chaos_client/public.h @@ -36,6 +36,7 @@ YT_DEFINE_ERROR_ENUM( ((ReplicationCardNotKnown) (3200)) ((ReplicationCardMigrated) (3201)) ((ChaosCellSuspended) (3202)) + ((ReplicationCollocationNotKnown) (3203)) ); //////////////////////////////////////////////////////////////////////////////// |
