From 5d01c19fb784237bb8e132609003de8303f89fd2 Mon Sep 17 00:00:00 2001 From: don-dron Date: Wed, 16 Oct 2024 21:38:35 +0300 Subject: [PATCH] YT-23193: Add wrapper for error of read meta timeout commit_hash:a7df9bc8696f8e9dfc8acb7e8695046ebec2b47c --- yt/yt/client/chunk_client/public.h | 1 + 1 file changed, 1 insertion(+) diff --git a/yt/yt/client/chunk_client/public.h b/yt/yt/client/chunk_client/public.h index 5c93ee55..698e918d 100644 --- a/yt/yt/client/chunk_client/public.h +++ b/yt/yt/client/chunk_client/public.h @@ -89,6 +89,7 @@ YT_DEFINE_ERROR_ENUM( ((TooManyChunksToFetch) (760)) ((TotalMemoryLimitExceeded) (761)) ((ForbiddenErasureCodec) (762)) + ((ReadMetaTimeout) (763)) ); DEFINE_ENUM(EUpdateMode,