|
Squid Web Cache v8/master
|
interface for supplying additional information about a transaction failure More...
#include <Detail.h>
Public Types | |
| using | Pointer = ErrorDetailPointer |
Public Member Functions | |
| ~ErrorDetail () override | |
| virtual SBuf | brief () const =0 |
| virtual SBuf | verbose (const HttpRequestPointer &) const =0 |
| bool | equals (const ErrorDetail &other) const |
|
pure virtual |
Implemented in Ftp::ErrorDetail, NamedErrorDetail, ExceptionErrorDetail, SysErrorDetail, and Security::ErrorDetail.
Referenced by ErrorState::compileLegacyCode(), and operator<<().
|
inline |
Definition at line 44 of file Detail.h.
Referenced by Error::update().
|
pure virtual |
Implemented in Ftp::ErrorDetail, NamedErrorDetail, ExceptionErrorDetail, SysErrorDetail, and Security::ErrorDetail.
Referenced by ErrorState::compileLegacyCode().