diff options
Diffstat (limited to 'yt/cpp/mapreduce/interface/error_codes.h')
| -rw-r--r-- | yt/cpp/mapreduce/interface/error_codes.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/error_codes.h b/yt/cpp/mapreduce/interface/error_codes.h index e784e3ee88b..35e5e7c9139 100644 --- a/yt/cpp/mapreduce/interface/error_codes.h +++ b/yt/cpp/mapreduce/interface/error_codes.h @@ -465,5 +465,18 @@ namespace NJobProberClient { } // namespace NJobProberClient + + +// from ./ytlib/sequoia_client/public.h +namespace NSequoiaClient { + +//////////////////////////////////////////////////////////////////////////////// + + constexpr int SequoiaRetriableError = 6002; + +//////////////////////////////////////////////////////////////////////////////// + +} // namespace NSequoiaClient + } // namespace NClusterErrorCodes } // namespace NYT |
