20 struct ErrorLocalization {
30 ErrorLocalization& operator=(ErrorLocalization
const&);
31 ErrorLocalization(ErrorLocalization
const&);
58 ServerData& operator=(ServerData
const&);
59 ServerData(ServerData
const&);
81 ::std::string
const& jsonAsString,
91 ::std::string
const& jsonAsString,
93 ::std::string& errorMsg
Definition TextObjectParser.h:11
static MCAPI ::std::string const & RAW_TEXT_ERROR_NOT_OBJECT()
static MCAPI ::std::string const & RAW_TEXT_ERROR_SCORE_NAME_NOT_STRING()
static MCAPI ::std::string const & RAW_TEXT_ERROR_NOT_ARRAY()
static MCAPI bool _textObjectFromJson(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization)
static MCAPI ::std::string const & RAW_TEXT_ERROR_SCORE_OBJECTIVE_NOT_STRING()
static MCAPI bool textObjectFromJsonString(::std::string const &jsonAsString, ::TextObjectRoot &parsedObject, ::std::string &errorMsg)
static MCAPI ::std::string const & RAW_TEXT_ERROR_WITH_NOT_ARRAY_OR_RAW_TEXT()
static MCAPI bool _getObjectsFromTextObject(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization)
static MCAPI ::std::string const & RAW_TEXT_ERROR_SELECTOR_NOT_STRING()
static MCAPI ::std::string const & RAW_TEXT_ERROR_TEXT_NOT_STRING()
static MCAPI ::std::string const & RAW_TEXT_ERROR_TRANSLATE_NOT_STRING()
static MCAPI bool textObjectFromJson(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::std::string &errorMsg)
static MCAPI bool _textObjectFromString(::std::string const &jsonAsString, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization)
static MCAPI ::std::string const & RAW_TEXT_ERROR_PARSE_FAILED()
static MCAPI ::std::string const & RAW_TEXT_ERROR_NO_DATA()
static MCAPI ::std::string const & RAW_TEXT_ERROR_SCORE_NOT_OBJECT()
Definition TextObjectRoot.h:14
Definition TextObjectParser.h:20
MCAPI ~ErrorLocalization()
Definition TextObjectParser.h:47