3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/BaseError.h"
13namespace ScriptModuleMinecraftNet {
24 ScriptInternalWebSocketError& operator=(ScriptInternalWebSocketError
const&);
38 MCNAPI static ::Scripting::ErrorBinding
bind();
46 MCNAPI
void*
$ctor(::std::error_code
const& error);
MCAPI ScriptInternalWebSocketError()
MCAPI ScriptInternalWebSocketError(::std::error_code const &error)
MCAPI void * $ctor(::std::error_code const &error)
static MCAPI ::Scripting::ErrorBinding bind()
Definition BaseError.h:12
Definition ErrorBinding.h:16