MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / ErrorInfo

Method ErrorInfo

roborts_common/include/state/error_code.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 public:
94 ErrorInfo():error_code_(ErrorCode::OK),error_msg_(""){};
95 ErrorInfo(ErrorCode error_code, const std::string &error_msg=""):error_code_(error_code),error_msg_(error_msg){};
96
97 ErrorInfo& operator= ( const ErrorInfo& error_info ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected