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
10namespace Json { class Value; }
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 // vIndex: 0
26 virtual ~PackError() = default;
27
28 // vIndex: 1
29 virtual ::std::string getLocErrorMessage() const;
30
31 // vIndex: 2
32 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const = 0;
33
34 // vIndex: 3
35 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const = 0;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI void serialize(::Json::Value& out);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI ::std::string $getLocErrorMessage() const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition Value.h:16
Definition PackError.h:13
Definition serialize.h:11