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 MCNAPI_C ::std::string getEventErrorMessage() const;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI ::std::string $getLocErrorMessage() const;
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition PackError.h:8
MCAPI::std::string $getLocErrorMessage() const
static MCAPI void ** $vftable()