wrench::NetworkError
-
class NetworkError : public wrench::FailureCause
A “network error (or endpoint is down)” failure cause.
Public Types
Public Functions
-
std::string getMailbox()
Returns the mailbox name on which the error occurred.
- Returns:
the mailbox name
-
bool isTimeout()
Returns whether the network error was a timeout.
- Returns:
true or false
-
virtual std::string toString() override
Get the human-readable failure message.
- Returns:
the message
-
bool whileReceiving()
Returns whether the network error occurred while receiving.
- Returns:
true or false
-
bool whileSending()
Returns whether the network error occurred while sending.
- Returns:
true or false
-
std::string getMailbox()