LeviLamina
Loading...
Searching...
No Matches
ScriptHttpRequestBodyTooLargeError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/BaseError.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ErrorBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraftNet {
14
15class ScriptHttpRequestBodyTooLargeError : public ::Scripting::BaseError {
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ScriptHttpRequestBodyTooLargeError& operator=(ScriptHttpRequestBodyTooLargeError const&);
26 ScriptHttpRequestBodyTooLargeError(ScriptHttpRequestBodyTooLargeError const&);
27 ScriptHttpRequestBodyTooLargeError();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static ::Scripting::ErrorBinding bind();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraftNet
static MCAPI ::Scripting::ErrorBinding bind()
Definition BaseError.h:12
Definition ErrorBinding.h:15
Definition Alias.h:14