diff options
author | shamteev <[email protected]> | 2025-06-18 12:50:27 +0300 |
---|---|---|
committer | shamteev <[email protected]> | 2025-06-18 14:42:56 +0300 |
commit | 61f8ee251577b9e79f673dc7bacc1deb5b23048d (patch) | |
tree | 0bc5e8e83304d24e2e119bf42fda483da3132893 | |
parent | 1993defec2b80bfe5c878d6cbda5b0f9ca89418a (diff) |
Cosmetics for failing on rotation reader
Cosmetics for failing on rotation reader
commit_hash:1276674081f67e53722c566a9b6f1e3c3fd5119c
-rw-r--r-- | yt/yt/client/tablet_client/public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/tablet_client/public.h b/yt/yt/client/tablet_client/public.h index 219ee4d3301..17798afeb93 100644 --- a/yt/yt/client/tablet_client/public.h +++ b/yt/yt/client/tablet_client/public.h @@ -94,7 +94,7 @@ YT_DEFINE_ERROR_ENUM( ((TabletServantIsNotActive) (1740)) ((UniqueIndexConflict) (1741)) ((TabletReplicationEraMismatch) (1742)) - ((SetOfDynamicStoresHasChanged) (1743)) + ((OrderedDynamicStoreRotateEpochMismatch) (1743)) ); DEFINE_ENUM(EInMemoryMode, |