Skip to content

Commit

Permalink
YT-23193: Add wrapper for error of read meta timeout
Browse files Browse the repository at this point in the history
commit_hash:a7df9bc8696f8e9dfc8acb7e8695046ebec2b47c
  • Loading branch information
don-dron committed Oct 16, 2024
1 parent 0e0085f commit 5d01c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt/yt/client/chunk_client/public.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ YT_DEFINE_ERROR_ENUM(
((TooManyChunksToFetch) (760))
((TotalMemoryLimitExceeded) (761))
((ForbiddenErasureCodec) (762))
((ReadMetaTimeout) (763))
);

DEFINE_ENUM(EUpdateMode,
Expand Down

0 comments on commit 5d01c19

Please sign in to comment.