9#ifndef SQUID_SRC_ERROR_DETAIL_H
10#define SQUID_SRC_ERROR_DETAIL_H
16#include "mem/forward.h"
std::ostream & operator<<(std::ostream &os, const ErrorDetail &)
dump the given ErrorDetail (for debugging)
ErrorDetail::Pointer MakeNamedErrorDetail(const char *name)
#define RefCountable
The locking interface for use on Reference-Counted classes.
interface for supplying additional information about a transaction failure
virtual SBuf verbose(const HttpRequestPointer &) const =0
virtual SBuf brief() const =0
bool equals(const ErrorDetail &other) const
RefCount< ErrorDetail > ErrorDetailPointer