pjmsg_mcap_wrapper
|
Wraps a status code and string message carrying additional context.
Definition at line 36 of file errors.hpp.
#include <errors.hpp>
Public Member Functions | |
Status () | |
Status (StatusCode code) | |
Status (StatusCode code, const std::string &message) | |
bool | ok () const |
Public Attributes | |
StatusCode | code |
std::string | message |
|
inline |
Definition at line 40 of file errors.hpp.
|
inline |
Definition at line 43 of file errors.hpp.
|
inline |
Definition at line 111 of file errors.hpp.
|
inline |
Definition at line 115 of file errors.hpp.
StatusCode mcap::Status::code |
Definition at line 37 of file errors.hpp.
std::string mcap::Status::message |
Definition at line 38 of file errors.hpp.