30 unsigned long bytes_sent,
unsigned long total_bytes)
32 message_ =
"Could only write " + std::to_string(bytes_sent) +
33 " of " + std::to_string(total_bytes) +
" bytes.";
43 return message_.c_str();
const char * what() const noexcept
PartialSendError(unsigned long bytes_sent, unsigned long total_bytes)