LeviLamina
Loading...
Searching...
No Matches
PackError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackErrorType.h"
7
8// auto generated forward declare list
9// clang-format off
10class I18n;
11// clang-format on
12
13class PackError {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mErrorParameters;
18 ::ll::TypedStorage<4, 4, int> mErrorValue;
19 ::ll::TypedStorage<4, 4, ::PackErrorType> mPackErrorType;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~PackError() = default;
26
27 virtual ::std::string getLocErrorMessage(::I18n& loc) const;
28
29 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const = 0;
30
31 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const = 0;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI ::std::string getEventErrorMessage() const;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI ::std::string $getLocErrorMessage(::I18n& loc) const;
44
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition I18n.h:19
Definition PackError.h:13
MCAPI::std::string $getLocErrorMessage(::I18n &loc) const
MCAPI::std::string getEventErrorMessage() const
static MCAPI void ** $vftable()