ExceptionErrorDetail.h
Go to the documentation of this file.
26 explicit ExceptionErrorDetail(const SourceLocationId id): exceptionId(SQUID_EXCEPTION_START_BASE + id) {}
#define SQUID_EXCEPTION_START_BASE
offset for exception ID details, for backward compatibility
Definition: ExceptionErrorDetail.h:17
uint32_t SourceLocationId
semi-uniquely identifies a source code location; stable across Squid runs
Definition: Here.h:18
interface for supplying additional information about a transaction failure
Definition: Detail.h:21
Definition: ExceptionErrorDetail.h:22
SBuf verbose(const HttpRequestPointer &) const override
Definition: ExceptionErrorDetail.h:33
MEMPROXY_CLASS(ExceptionErrorDetail)
ExceptionErrorDetail(const SourceLocationId id)
Definition: ExceptionErrorDetail.h:26
SBuf ToSBuf(Args &&... args)
slowly stream-prints all arguments into a freshly allocated SBuf
Definition: Stream.h:63