summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/errors.cpp
diff options
context:
space:
mode:
authorermolovd <[email protected]>2026-04-23 10:38:04 +0300
committerermolovd <[email protected]>2026-04-23 11:13:35 +0300
commit3e8e8b855a4e506c0b2e95f0c77ab9790007f9fd (patch)
tree58885b17992d4edf58b14a443cea3c88cc0ff0a9 /yt/cpp/mapreduce/interface/errors.cpp
parent342279b2e1f206e259a0c42a23f15b0043d42d50 (diff)
throw TErrorResponse instead of TTransportError
commit_hash:c4f32aac4b251cfb981bc2549522fa92881ae370
Diffstat (limited to 'yt/cpp/mapreduce/interface/errors.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/errors.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/yt/cpp/mapreduce/interface/errors.cpp b/yt/cpp/mapreduce/interface/errors.cpp
index a694d4cc7af..b55e264e374 100644
--- a/yt/cpp/mapreduce/interface/errors.cpp
+++ b/yt/cpp/mapreduce/interface/errors.cpp
@@ -402,11 +402,6 @@ void TErrorResponse::Setup()
*this << Error_.FullDescription();
}
-TTransportError::TTransportError(TYtError error)
-{
- *this << error.FullDescription();
-}
-
////////////////////////////////////////////////////////////////////////////////
TOperationFailedError::TOperationFailedError(