29 #ifndef PT_SSL_SSLERROR_H
30 #define PT_SSL_SSLERROR_H
32 #include <Pt/Ssl/Api.h>
33 #include <Pt/System/IOError.h>
89 #endif // PT_SSL_SSLERROR_H
InvalidCertificate(const std::string &what)
Contructs with message.
Core module.
Definition: pt-gfx-images.dox:16
Generic SSL run-time error.
Definition: SslError.h:43
SSL Handshake failed.
Definition: SslError.h:58
InvalidCertificate(const char *what)
Contructs with message.
~HandshakeFailed()
Destructor.
HandshakeFailed(const std::string &what)
Contructs with message.
HandshakeFailed(const char *what)
Contructs with message.
SslError(const char *what)
Contructs with message.
I/O error.
Definition: IOError.h:42
~InvalidCertificate()
Destructor.
Invalid SSL certificate or certificate chain.
Definition: SslError.h:73
SslError(const std::string &what)
Contructs with message.