Open3D (C++ API)
0.12.0
|
#include <Messages.h>
Public Member Functions | |
Status () | |
Status (int code, const std::string &str) | |
MSGPACK_DEFINE_MAP (code, str) | |
Static Public Member Functions | |
static std::string | MsgId () |
static Status | OK () |
static Status | ErrorUnsupportedMsgId () |
static Status | ErrorUnpackingFailed () |
static Status | ErrorProcessingMessage () |
Data Fields | |
int32_t | code |
return code. 0 means everything is OK. More... | |
std::string | str |
string representation of the code More... | |
struct for defining a "status" message, which will be used for returning error codes or returning code 0 if the call does not return something else.
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
int32_t open3d::io::rpc::messages::Status::code |
return code. 0 means everything is OK.
std::string open3d::io::rpc::messages::Status::str |
string representation of the code