// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #include "Json.hpp" #define BEFORE_EXTRA #undef BEFORE_EXTRA class PackError { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_PACKERROR public: class PackError& operator=(class PackError const &) = delete; PackError() = delete; #endif public: /*0*/ virtual ~PackError(); /*1*/ virtual std::string getLocErrorMessage() const; /*2*/ virtual class std::unordered_map, struct std::equal_to, class std::allocator>> const & getLocErrorMessageMap() const = 0; /*3*/ virtual class std::unordered_map, struct std::equal_to, class std::allocator>> const & getEventErrorMessageMap() const = 0; #ifdef ENABLE_VIRTUAL_FAKESYMBOL_PACKERROR #endif MCAPI PackError(class PackError const &); MCAPI std::string getEventErrorMessage() const; MCAPI void serialize(class Json::Value &); };