

Go to the source code of this file.
Classes | |
class | Error |
a transaction problem More... | |
Functions | |
err_type | errorTypeByName (const char *name) |
const char * | errorTypeName (err_type err) |
std::ostream & | operator<< (std::ostream &os, const Error &error) |
Variables | |
const char * | err_type_str [] |
Function Documentation
◆ errorTypeByName()
|
inline |
Definition at line 43 of file Error.h.
References ERR_MAX, and err_type_str.
Referenced by ACLSquidErrorData::parse().
◆ errorTypeName()
|
inline |
Definition at line 53 of file Error.h.
References ERR_MAX, and err_type_str.
Referenced by ACLSquidErrorData::dump(), ACLSquidErrorData::match(), operator<<(), and ClientRequestContext::sslBumpAccessCheck().
◆ operator<<()
std::ostream & operator<< | ( | std::ostream & | os, |
const Error & | error | ||
) |
Definition at line 31 of file Error.cc.
References error(), and errorTypeName().
Variable Documentation
◆ err_type_str
|
extern |
Definition at line 16 of file stub_liberror.cc.
Referenced by ErrorState::buildBody(), errorPageId(), errorPageName(), errorTypeByName(), errorTypeName(), FwdState::fail(), and ErrorPage::BuildErrorPrinter::printLocation().