LeviLamina
Loading...
Searching...
No Matches
EducationMetadataError.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 EducationMetadataError : public ::PackError {
10public:
11 // prevent constructor by default
12 EducationMetadataError();
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 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI EducationMetadataError(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
38
39 MCNAPI ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
static MCAPI void ** $vftable()
MCAPI void * $ctor(::PackParseErrorType errorType, ::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
MCAPI EducationMetadataError(::PackParseErrorType errorType, ::std::vector<::std::string > const &errorParam)
Definition PackError.h:8