libwolfram20
◆
WAError()
[2/3]
WAError::WAError
(
int
code
,
const char *
msg
)
C++ internal error.
Parameters
[in]
code
Error code
[in]
msg
Error message
17
{
18
this->
_code
= code;
19
this->
_msg
= std::string(msg);
20
}
WAError::_code
int _code
The error code HTTP Status 501: This status is returned if a given input value cannot be interpreted ...
Definition:
WAError.h:41
WAError::_msg
std::string _msg
A short message describing the error.
Definition:
WAError.h:42
WAError
Generated by
1.9.2