1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
##
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
##
## Squid software is distributed under GPLv2+ license and includes
## contributions from numerous individuals and organizations.
## Please see the COPYING and CONTRIBUTORS files for details.
##
## This file is generated by scripts/source-maintenance.sh.
ERROR_TEMPLATES = \
templates/ERR_ACCESS_DENIED \
templates/ERR_ACL_TIME_QUOTA_EXCEEDED \
templates/ERR_AGENT_CONFIGURE \
templates/ERR_AGENT_WPAD \
templates/ERR_CACHE_ACCESS_DENIED \
templates/ERR_CACHE_MGR_ACCESS_DENIED \
templates/ERR_CANNOT_FORWARD \
templates/ERR_CONFLICT_HOST \
templates/ERR_CONNECT_FAIL \
templates/ERR_DIR_LISTING \
templates/ERR_DNS_FAIL \
templates/ERR_ESI \
templates/ERR_FORWARDING_DENIED \
templates/ERR_FTP_DISABLED \
templates/ERR_FTP_FAILURE \
templates/ERR_FTP_FORBIDDEN \
templates/ERR_FTP_NOT_FOUND \
templates/ERR_FTP_PUT_CREATED \
templates/ERR_FTP_PUT_ERROR \
templates/ERR_FTP_PUT_MODIFIED \
templates/ERR_FTP_UNAVAILABLE \
templates/ERR_GATEWAY_FAILURE \
templates/ERR_ICAP_FAILURE \
templates/ERR_INVALID_REQ \
templates/ERR_INVALID_RESP \
templates/ERR_INVALID_URL \
templates/ERR_LIFETIME_EXP \
templates/ERR_NO_RELAY \
templates/ERR_ONLY_IF_CACHED_MISS \
templates/ERR_PRECONDITION_FAILED \
templates/ERR_PROTOCOL_UNKNOWN \
templates/ERR_READ_ERROR \
templates/ERR_READ_TIMEOUT \
templates/ERR_SECURE_CONNECT_FAIL \
templates/ERR_SHUTTING_DOWN \
templates/ERR_SOCKET_FAILURE \
templates/ERR_TOO_BIG \
templates/ERR_UNSUP_HTTPVERSION \
templates/ERR_UNSUP_REQ \
templates/ERR_URN_RESOLVE \
templates/ERR_WRITE_ERROR \
templates/ERR_ZERO_SIZE_OBJECT
|