libwolfram20

◆ WAError() [2/3]

WAError::WAError ( int  code,
const char *  msg 
)

C++ internal error.

Parameters
[in]codeError code
[in]msgError message
17 {
18 this->_code = code;
19 this->_msg = std::string(msg);
20}
int _code
The error code HTTP Status 501: This status is returned if a given input value cannot be interpreted ...
Definition: WAError.h:41
std::string _msg
A short message describing the error.
Definition: WAError.h:42