LeviLamina
Loading...
Searching...
No Matches
PackSettingsError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackError.h"
7
8class PackSettingsError : public ::PackError {
9public:
10 // prevent constructor by default
11 PackSettingsError();
12
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 virtual ::std::string getLocErrorMessage() const /*override*/;
17
18 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
19
20 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI explicit PackSettingsError(::std::vector<::std::string> const& errorParam);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor(::std::vector<::std::string> const& errorParam);
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI ::std::string $getLocErrorMessage() const;
39
40 MCNAPI ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
41
42 MCNAPI ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition PackError.h:8
MCAPI PackSettingsError(::std::vector<::std::string > const &errorParam)
MCAPI::std::string $getLocErrorMessage() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::vector<::std::string > const &errorParam)
MCAPI ::std::unordered_map< int, ::std::string > const & $getEventErrorMessageMap() const
MCAPI ::std::unordered_map< int, ::std::string > const & $getLocErrorMessageMap() const