diff options
| author | babenko <[email protected]> | 2025-05-12 17:06:01 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2025-05-12 17:41:42 +0300 |
| commit | f206f4d5846545715fd46266938ba92bc49b522d (patch) | |
| tree | cd2b8d1c97985a4e7ae07bc8bcf71684e5e2bffb /yt/cpp/mapreduce/interface/errors.h | |
| parent | f74154ede8129273b38c341aabf3857b4f3faff7 (diff) | |
YT-22593: Migrate HTTP headers to std::string
[diff:runtime]
commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c
Diffstat (limited to 'yt/cpp/mapreduce/interface/errors.h')
| -rw-r--r-- | yt/cpp/mapreduce/interface/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/errors.h b/yt/cpp/mapreduce/interface/errors.h index 4d7a29784d6..6f78ffe14f3 100644 --- a/yt/cpp/mapreduce/interface/errors.h +++ b/yt/cpp/mapreduce/interface/errors.h @@ -125,7 +125,7 @@ public: const TVector<TYtError>& InnerErrors() const; /// Parse error from json string. - void ParseFrom(const TString& jsonError); + void ParseFrom(TStringBuf jsonError); /// Collect error codes from entire error tree. TSet<int> GetAllErrorCodes() const; |
