details an error by tying it to a uniquely named circumstance
More...
Definition at line 16 of file Detail.cc.
◆ Pointer
◆ NamedErrorDetail()
NamedErrorDetail::NamedErrorDetail |
( |
const char * |
aName | ) |
|
|
inlineexplicit |
- Parameters
-
aName | must not contain characters that require quoting in access logs or HTML |
Definition at line 21 of file Detail.cc.
◆ brief()
SBuf NamedErrorDetail::brief |
( |
| ) |
const |
|
inlineoverridevirtual |
- Returns
- a single "token" summarizing available details suitable as an access.log field and similar output processed by programs
Implements ErrorDetail.
Definition at line 24 of file Detail.cc.
References name.
◆ equals()
bool ErrorDetail::equals |
( |
const ErrorDetail & |
other | ) |
const |
|
inlineinherited |
◆ verbose()
- Returns
- all available details; may be customized for the given request suitable for error pages and other output meant for human consumption
Implements ErrorDetail.
Definition at line 25 of file Detail.cc.
References name.
◆ name
SBuf NamedErrorDetail::name |
|
private |
The documentation for this class was generated from the following file: