Error(_log,"An error occurred while attempting to open an non-existing device.");break;
caseQSerialPort::PermissionError:
Error(_log,"An error occurred while attempting to open an already opened device by another process or a user not having enough permission and credentials to open.");break;
caseQSerialPort::OpenError:
Error(_log,"An error occurred while attempting to open an already opened device in this object.");break;
caseQSerialPort::NotOpenError:
Error(_log,"This error occurs when an operation is executed that can only be successfully performed if the device is open.");break;
caseQSerialPort::ParityError:
Error(_log,"Parity error detected by the hardware while reading data. This value is obsolete. We strongly advise against using it in new code.");break;
caseQSerialPort::FramingError:
Error(_log,"Framing error detected by the hardware while reading data. This value is obsolete. We strongly advise against using it in new code.");break;
caseQSerialPort::BreakConditionError:
Error(_log,"Break condition detected by the hardware on the input line. This value is obsolete. We strongly advise against using it in new code.");break;
caseQSerialPort::WriteError:
Error(_log,"An I/O error occurred while writing the data.");break;
caseQSerialPort::ReadError:
Error(_log,"An I/O error occurred while reading the data.");break;
caseQSerialPort::ResourceError:
Error(_log,"An I/O error occurred when a resource becomes unavailable, e.g. when the device is unexpectedly removed from the system.");break;
caseQSerialPort::UnsupportedOperationError:
Error(_log,"The requested device operation is not supported or prohibited by the running operating system.");break;