16 ::ll::TypedStorage<8, 32, ::std::string> name;
17 ::ll::TypedStorage<8, 32, ::std::string> message;
18 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> sourceMapDebugId;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mPackName;
20 ::ll::TypedStorage<8, 24, ::std::vector<::Scripting::CallStackEntry>> mCallStack;
21 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCallStackStr;
22 ::ll::TypedStorage<1, 1, bool> throwAsString;
34 MCAPI BaseError(::std::string
const& name_, ::std::string
const& message_);
36 MCFOLD ::std::vector<::Scripting::CallStackEntry>
const& getCallStack()
const;
38 MCFOLD ::std::optional<::std::string>
const& getCallStackStr()
const;
40 MCAPI ::std::optional<::std::string_view>
const getPackName()
const;
46 MCAPI
void setCallStack(::std::string _backtrace);
48 MCAPI
void setPackName(::std::string
const& packName);
50 MCAPI ::std::string toString()
const;
60 MCAPI
void* $ctor(::std::string
const& name_, ::std::string
const& message_);
Definition CallStackEntry.h:7