3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/BaseError.h"
7#include "mc/gametest/framework/GameTestErrorType.h"
28 GameTestError& operator=(GameTestError
const&);
38 MCNAPI
GameTestError(::gametest::GameTestErrorType type_, ::std::string
const& message_);
41 ::gametest::GameTestErrorType type_,
42 ::std::string
const& message_,
43 ::std::vector<::std::string> params_
47 ::gametest::GameTestErrorType type_,
48 ::std::string
const& message_,
49 ::std::vector<::std::string> params_,
50 ::std::optional<::gametest::GameTestErrorContext> context_
61 MCNAPI static ::Scripting::ErrorBinding
bind();
71 MCNAPI
void*
$ctor(::gametest::GameTestErrorType type_, ::std::string
const& message_);
74 $ctor(::gametest::GameTestErrorType type_, ::std::string
const& message_, ::std::vector<::std::string> params_);
77 ::gametest::GameTestErrorType type_,
78 ::std::string
const& message_,
79 ::std::vector<::std::string> params_,
80 ::std::optional<::gametest::GameTestErrorContext> context_
Definition BaseError.h:12
Definition ErrorBinding.h:15
Definition GameTestErrorContext.h:12
Definition GameTestError.h:17
MCAPI GameTestError(::gametest::GameTestErrorType type_, ::std::string const &message_, ::std::vector<::std::string > params_, ::std::optional<::gametest::GameTestErrorContext > context_)
MCAPI void * $ctor(::gametest::GameTestErrorType type_, ::std::string const &message_, ::std::vector<::std::string > params_)
MCAPI GameTestError(::gametest::GameTestError const &)
MCAPI void * $ctor(::gametest::GameTestErrorType type_, ::std::string const &message_)
MCAPI void * $ctor(::gametest::GameTestError &&)
MCAPI::gametest::GameTestError & operator=(::gametest::GameTestError &&)
MCAPI void * $ctor(::gametest::GameTestError const &)
MCAPI GameTestError(::gametest::GameTestErrorType type_, ::std::string const &message_, ::std::vector<::std::string > params_)
MCAPI GameTestError(::gametest::GameTestErrorType type_, ::std::string const &message_)
static MCAPI ::Scripting::ErrorBinding bind()
MCAPI GameTestError(::gametest::GameTestError &&)
MCAPI void * $ctor(::gametest::GameTestErrorType type_, ::std::string const &message_, ::std::vector<::std::string > params_, ::std::optional<::gametest::GameTestErrorContext > context_)