LeviLamina
Loading...
Searching...
No Matches
ContentTierIncompatibleReason.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class ContentTierIncompatibleReason {
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 ContentTierIncompatibleReason& operator=(ContentTierIncompatibleReason const&);
15 ContentTierIncompatibleReason(ContentTierIncompatibleReason const&);
16 ContentTierIncompatibleReason();
17
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static ::std::string getExpandedI18nErrorList(
22 uint errorValue,
23 ::std::string const& i18nContextPrefix,
24 ::std::vector<::std::string> const& arguments
25 );
26
27 MCNAPI_C static ::std::vector<::std::string>
28 getI18nErrorLabelList(uint errorValue, ::std::string const& i18nPrefix);
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCNAPI static ::ContentTierIncompatibleReason& NoError();
35 // NOLINTEND
36};
static MCAPI ::std::string getExpandedI18nErrorList(uint errorValue, ::std::string const &i18nContextPrefix, ::std::vector<::std::string > const &arguments)
static MCAPI ::ContentTierIncompatibleReason & NoError()
Definition Alias.h:14