#include <Response.h>
|
std::string | _what {"unknown error"} |
|
Definition at line 29 of file Response.h.
◆ ResponseError() [1/2]
carla::rpc::ResponseError::ResponseError |
( |
| ) |
|
|
default |
◆ ResponseError() [2/2]
carla::rpc::ResponseError::ResponseError |
( |
std::string |
message | ) |
|
|
inlineexplicit |
◆ What()
const std::string& carla::rpc::ResponseError::What |
( |
| ) |
const |
|
inline |
◆ _what
std::string carla::rpc::ResponseError::_what {"unknown error"} |
|
private |
- Todo:
- Needs initialization, empty strings end up calling memcpy on a nullptr.
Possibly a bug in MsgPack but could also be our specialization for variants
Definition at line 48 of file Response.h.
Referenced by What().
The documentation for this class was generated from the following file: