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 // vIndex: 0
21 virtual ~PackError() = default;
22
23 // vIndex: 1
24 virtual ::std::string getLocErrorMessage() const;
25
26 // vIndex: 2
27 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const = 0;
28
29 // vIndex: 3
30 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const = 0;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI ::std::string $getLocErrorMessage() const;
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition PackError.h:8
MCAPI::std::string $getLocErrorMessage() const
static MCAPI void ** $vftable()