QSslError Class
The QSslError class provides an SSL error. More...
Header: | #include <QSslError> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Network) target_link_libraries(mytarget PRIVATE Qt6::Network) |
qmake: | QT += network |
- QSslError is part of Network Programming API and Implicitly Shared Classes.
Note: All functions in this class are reentrant.
Detailed Description
QSslError provides a simple API for managing errors during QSslSocket's SSL handshake.
See also QSslSocket, QSslCertificate, and QSslCipher.