DART
6.10.1
|
#include <Error.hpp>
Public Member Functions | |
Error ()=default | |
Error (ErrorCode code, const std::string &message) | |
operator bool () const | |
ErrorCode | getCode () const |
const std::string & | getMessage () const |
Private Attributes | |
ErrorCode | mCode {ErrorCode::NONE} |
std::string | mMessage {""} |
|
default |
dart::utils::MjcfParser::detail::Error::Error | ( | ErrorCode | code, |
const std::string & | message | ||
) |
ErrorCode dart::utils::MjcfParser::detail::Error::getCode | ( | ) | const |
const std::string & dart::utils::MjcfParser::detail::Error::getMessage | ( | ) | const |
|
explicit |
|
private |
|
private |