3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/IPrinter.h"
10namespace Scripting {
struct BaseError; }
11namespace Scripting {
struct ContextId; }
40 virtual void onPromiseRejection(
43 ::entt::meta_any
const&,
63 ::entt::meta_any
const& errorAny
69 ::entt::meta_any
const&,
Definition ScriptPrintLogger.h:14
MCAPI bool $shouldPrintException(::Scripting::ContextId, ::Scripting::BaseError const &, ::entt::meta_any const &errorAny) const
MCAPI void $onError(::Scripting::ContextId, ::std::string_view message) const
MCAPI void $onInfo(::Scripting::ContextId, ::std::string_view message) const
MCAPI void $onException(::Scripting::ContextId, ::Scripting::BaseError const &error, ::entt::meta_any const &) const
MCAPI void $onWarn(::Scripting::ContextId, ::std::string_view message) const
MCAPI void $onPromiseRejection(::Scripting::ContextId, ::Scripting::BaseError const &error, ::entt::meta_any const &, bool isHandled) const
static MCAPI void ** $vftable()
Definition BaseError.h:12