diff options
| author | hiddenpath <[email protected]> | 2025-02-16 18:13:39 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-02-16 19:35:54 +0300 |
| commit | a6575133f91c6e057e360884176b421f40ecaa1e (patch) | |
| tree | fedaa96d6d31a472bd7872f05725596ddad9b783 /yt/cpp/mapreduce/interface/error_codes.h | |
| parent | 77d27821b4df5856335c37999844d6834494832b (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.h | 2 |
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; + //////////////////////////////////////////////////////////////////////////////// |
