summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/errors.h
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.h
parent342279b2e1f206e259a0c42a23f15b0043d42d50 (diff)
throw TErrorResponse instead of TTransportError
commit_hash:c4f32aac4b251cfb981bc2549522fa92881ae370
Diffstat (limited to 'yt/cpp/mapreduce/interface/errors.h')
-rw-r--r--yt/cpp/mapreduce/interface/errors.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/yt/cpp/mapreduce/interface/errors.h b/yt/cpp/mapreduce/interface/errors.h
index cb8a7b5af90..d300656f62c 100644
--- a/yt/cpp/mapreduce/interface/errors.h
+++ b/yt/cpp/mapreduce/interface/errors.h
@@ -220,16 +220,6 @@ private:
////////////////////////////////////////////////////////////////////////////////
-/// @brief System error indicating that response from server cannot be received
-class TTransportError
- : public yexception
-{
-public:
- explicit TTransportError(TYtError error);
-};
-
-////////////////////////////////////////////////////////////////////////////////
-
/// Info about failed jobs.
///
/// @see NYT::TOperationFailedError