#include <ErrorDetailManager.h>

Public Attributes | |
Security::ErrorCode | error_no = 0 |
TLS error;. More... | |
String | name |
a name for the error More... | |
String | detail |
for error page D macro expansion; may contain macros More... | |
String | descr |
short error description (for use in debug messages or error pages) More... | |
Detailed Description
Definition at line 25 of file ErrorDetailManager.h.
Member Data Documentation
◆ descr
String Ssl::ErrorDetailEntry::descr |
Definition at line 31 of file ErrorDetailManager.h.
Referenced by Ssl::ErrorDetailsList::getRecord(), and Ssl::ErrorDetailFile::parse().
◆ detail
String Ssl::ErrorDetailEntry::detail |
Definition at line 30 of file ErrorDetailManager.h.
Referenced by Ssl::ErrorDetailsList::getRecord(), and Ssl::ErrorDetailFile::parse().
◆ error_no
Security::ErrorCode Ssl::ErrorDetailEntry::error_no = 0 |
- See also
- Security::ErrorCode
Definition at line 28 of file ErrorDetailManager.h.
Referenced by Ssl::ErrorDetailsList::getRecord(), and Ssl::ErrorDetailFile::parse().
◆ name
String Ssl::ErrorDetailEntry::name |
Definition at line 29 of file ErrorDetailManager.h.
Referenced by Ssl::ErrorDetailsList::getRecord(), and Ssl::ErrorDetailFile::parse().
The documentation for this class was generated from the following file:
- src/ssl/ErrorDetailManager.h