14#include <rapidxml/rapidxml_utils.hpp>
27 WAError(
int code,
const char *msg);
28 WAError(rapidxml::xml_node<>* error);
44 void parse(rapidxml::xml_node<>* error);
WAError(const WAError &old)=default
Copy constructor.
int getErrorCode()
It returns the error code.
Definition: WAError.cpp:45
std::string getErrorMessage()
It returns information about the error.
Definition: WAError.cpp:36
void parse(rapidxml::xml_node<> *error)
Parsing the input error.
Definition: WAError.cpp:55
int _code
The error code HTTP Status 501: This status is returned if a given input value cannot be interpreted ...
Definition: WAError.h:41
Wolfram API error element.
Definition: WAError.h:20
std::string _msg
A short message describing the error.
Definition: WAError.h:42