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