aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/error/public.h
blob: 63b95497c7b48280152e80077ed65d538472d7a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <library/cpp/yt/yson_string/string.h>

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

template <class T>
class TErrorOr;

class TErrorAttributes;
struct TOriginAttributes;

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT