libwolfram20
|
Wolfram API error element. More...
#include <WAError.h>
Public Member Functions | |
WAError (const WAError &old)=default | |
Copy constructor. More... | |
WAError (int code, const char *msg) | |
C++ internal error. More... | |
WAError (rapidxml::xml_node<> *error) | |
It generates the object with the error. More... | |
std::string | getErrorMessage () |
It returns information about the error. More... | |
int | getErrorCode () |
It returns the error code. More... | |
Private Member Functions | |
void | parse (rapidxml::xml_node<> *error) |
Parsing the input error . More... | |
Private Attributes | |
int | _code |
The error code HTTP Status 501: This status is returned if a given input value cannot be interpreted by this API. More... | |
std::string | _msg |
A short message describing the error. | |
Wolfram API error element.
It contains information about the thrown error. More information on Wolfram documentation.