15 const std::string &endpoint,
18 "time-out of "s +
std::to_string(timeout.milliseconds()) +
19 "ms while waiting for the simulator, " 20 "make sure the simulator is ready and connected to " + endpoint) {}
This file contains definitions of common data structures used in traffic manager. ...
TimeoutException(const std::string &endpoint, time_duration timeout)
Positive time duration up to milliseconds resolution.