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, 24, ::std::vector<::Scripting::CallStackEntry>> mCallStack;
20 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCallStackStr;
21 ::ll::TypedStorage<1, 1, bool> throwAsString;
38 MCAPI
void setCallStack(::std::string _backtrace);
40 MCAPI ::std::string toString()
const;