From a6423bf330c10089d7a0e2aaa8d971d0dcbb3fcf Mon Sep 17 00:00:00 2001 From: maybenotilya Date: Fri, 17 Apr 2026 11:57:44 +0300 Subject: YT-26179: Add Abort for readers * Changelog entry Type: feature Component: cpp-sdk Add Abort for table readers commit_hash:be5026883c90d18333f20468946f1e5a5b71839b --- yt/cpp/mapreduce/interface/errors.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yt/cpp/mapreduce/interface/errors.h') diff --git a/yt/cpp/mapreduce/interface/errors.h b/yt/cpp/mapreduce/interface/errors.h index 6f78ffe14f3..cb8a7b5af90 100644 --- a/yt/cpp/mapreduce/interface/errors.h +++ b/yt/cpp/mapreduce/interface/errors.h @@ -293,6 +293,13 @@ private: TVector FailedJobInfo_; }; +/// +/// @brief Error that is thrown when trying to read from aborted reader. +/// +class TInputStreamAbortedError + : public yexception +{ }; + //////////////////////////////////////////////////////////////////////////////// } // namespace NYT -- cgit v1.3