| 276 | } |
| 277 | |
| 278 | const char* Device::getDeviceLastErrorMessage() |
| 279 | { |
| 280 | RTCErrorMessage* stored_error = errorHandler.error(); |
| 281 | return stored_error->msg.c_str(); |
| 282 | } |
| 283 | |
| 284 | void Device::setThreadErrorCode(RTCError error, std::string const& msg) |
| 285 | { |
no test coverage detected