LeviLamina
Loading...
Searching...
No Matches
ContentTierIncompatibleReason.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
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 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCNAPI static ::ContentTierIncompatibleReason& NoError();
32 // NOLINTEND
33};
Definition ContentTierIncompatibleReason.h:5
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