Exception describing an SSL error and its underlying OpenSSL code.
Synopsis
Declared in <folly/io/async/ssl/SSLErrors.h>
class SSLException
: public folly::AsyncSocketException
Base Classes
Name |
Description |
Exception thrown by folly asynchronous socket operations. |
Enums
Name |
Description |
Categories of asynchronous socket failures. |
Member Functions
Name |
Description |
|
Constructors |
Returns the errno value associated with this exception. |
|
Returns the underlying OpenSSL error code. |
|
Returns the high‐level SSL error category. |
|
Returns the category of this exception. |
|
|
Protected Static Member Functions
Name |
Description |
Returns the string of exception type. |
|
Returns a message based on the input. |
Protected Data Members
Name |
Description |
A copy of the errno. |
|
Error code |
Created with MrDocs