aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2025-02-02 12:13:55 +0300
committerbabenko <babenko@yandex-team.com>2025-02-02 12:43:24 +0300
commitc9f9f0a604f7c9472b05ee76b17ebf406a027c07 (patch)
tree0c1842805b342029a1e241a9e9d9853bed32d583 /library/cpp
parent804e760347a2165ab510d10b3979fe81363fd916 (diff)
downloadydb-c9f9f0a604f7c9472b05ee76b17ebf406a027c07.tar.gz
Refactor local host name and YP cluster functions
commit_hash:a4ecfb1e06e82ba192646d3ab5417cb3f0c6991f
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/system/exit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/system/exit.h b/library/cpp/yt/system/exit.h
index e06c0bd3dd..15261d6334 100644
--- a/library/cpp/yt/system/exit.h
+++ b/library/cpp/yt/system/exit.h
@@ -13,6 +13,7 @@ DEFINE_ENUM(EProcessExitCode,
((ArgumentsError) (1))
((GenericError) (2))
((IOError) (3))
+ ((InternalError) (4))
((OutOfMemory) (9))
);