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

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

namespace NYT {

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

template <class T>
class TErrorOr;


struct TErrorAttribute;
class TErrorAttributes;
struct TOriginAttributes;

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

} // namespace NYT