Ssl::ErrorDetailEntry Class Reference
#include <ErrorDetailManager.h>
Collaboration diagram for Ssl::ErrorDetailEntry:
Public Member Functions | |
ErrorDetailEntry (const SBuf &aName, const HttpHeader &) | |
extracts quoted detail and descr fields from the given header More... | |
Public Attributes | |
SBuf | name |
a name for the error More... | |
SBuf | detail |
for error page D macro expansion; may contain macros More... | |
SBuf | descr |
short error description (for use in debug messages or error pages) More... | |
Detailed Description
Definition at line 26 of file ErrorDetailManager.h.
Constructor & Destructor Documentation
◆ ErrorDetailEntry()
Ssl::ErrorDetailEntry::ErrorDetailEntry | ( | const SBuf & | aName, |
const HttpHeader & | fields | ||
) |
Definition at line 39 of file ErrorDetailManager.cc.
Member Data Documentation
◆ descr
SBuf Ssl::ErrorDetailEntry::descr |
Definition at line 34 of file ErrorDetailManager.h.
◆ detail
SBuf Ssl::ErrorDetailEntry::detail |
Definition at line 33 of file ErrorDetailManager.h.
◆ name
SBuf Ssl::ErrorDetailEntry::name |
Definition at line 32 of file ErrorDetailManager.h.
The documentation for this class was generated from the following files:
- src/ssl/ErrorDetailManager.h
- src/ssl/ErrorDetailManager.cc