Error_Communication
public
Error
Error_Communication
Error_NodeCommunication

The exception for failing to communicate with a device.

Error_Communication
Error_Communication() : Error("Failed to communicate with the device.")

Initializes the Error_Communication object.

Error_Communication
Error_Communication(
const std::string &description
) : Error(description)

Initializes the Error_Communication object.

Parameters
description
const std::string&

the description to set