LeviLamina
Loading...
Searching...
No Matches
UIPackError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackError.h"
7
8class UIPackError : public ::PackError {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 2
13 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
14
15 // vIndex: 3
16 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
17
18 // vIndex: 0
19 virtual ~UIPackError() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25
26 // NOLINTEND
27};
Definition PackError.h:8
Definition UIPackError.h:8