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
8class PackError {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mErrorParameters;
13 ::ll::TypedStorage<4, 4, int> mErrorValue;
14 ::ll::TypedStorage<4, 4, ::PackErrorType> mPackErrorType;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~PackError() = default;
21
22 virtual ::std::string getLocErrorMessage() const;
23
24 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const = 0;
25
26 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const = 0;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32#ifdef LL_PLAT_C
33 MCNAPI int getErrorValue() const;
34
35 MCNAPI ::std::string getEventErrorMessage() const;
36
37 MCNAPI ::PackErrorType getPackErrorType() const;
38#endif
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI ::std::string $getLocErrorMessage() const;
45
46
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition PackError.h:8
MCAPI::std::string $getLocErrorMessage() const
static MCAPI void ** $vftable()