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