summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/error_codes.h
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-02-16 18:13:39 +0300
committerhiddenpath <[email protected]>2025-02-16 19:35:54 +0300
commita6575133f91c6e057e360884176b421f40ecaa1e (patch)
treefedaa96d6d31a472bd7872f05725596ddad9b783 /yt/cpp/mapreduce/interface/error_codes.h
parent77d27821b4df5856335c37999844d6834494832b (diff)
YT-23616: Add TransientError to retriable errors list
commit_hash:44da796ee80311e7b497fd79a86a38a52b250272
Diffstat (limited to 'yt/cpp/mapreduce/interface/error_codes.h')
-rw-r--r--yt/cpp/mapreduce/interface/error_codes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/error_codes.h b/yt/cpp/mapreduce/interface/error_codes.h
index 35e5e7c9139..a782cb80859 100644
--- a/yt/cpp/mapreduce/interface/error_codes.h
+++ b/yt/cpp/mapreduce/interface/error_codes.h
@@ -39,6 +39,8 @@ namespace NRpc {
constexpr int InvalidCsrfToken = 110;
constexpr int InvalidCredentials = 111;
constexpr int StreamingNotSupported = 112;
+ constexpr int TransientFailure = 116;
+
////////////////////////////////////////////////////////////////////////////////