ConnectionError = enum
ceLoaderGone = -19, ceCookieStreamExists = -18,
ceCGICachedBodyUnavailable = -17, ceCGIOutputHandleNotFound = -16,
ceCGIFailedToOpenCacheOutput = -15, ceCGICachedBodyNotFound = -14,
ceFailedToRedirect = -13, ceURLNotInCache = -12, ceFileNotInCache = -11,
ceFailedToExecuteCGIScript = -10, ceCGIMalformedHeader = -9,
ceCGIInvalidChaControl = -8, ceTooManyRewrites = -7,
ceInvalidURIMethodEntry = -6, ceCGIFileNotFound = -5, ceInvalidCGIPath = -4,
ceFailedToSetUpCGI = -3, ceDisallowedURL = -2, ceUnknownScheme = -1,
ceNone = 0, ceInternalError = (1, "InternalError"),
ceInvalidMethod = (2, "InvalidMethod"), ceInvalidURL = (3, "InvalidURL"),
ceFileNotFound = (4, "FileNotFound"),
ceConnectionRefused = (5, "ConnectionRefused"),
ceProxyRefusedToConnect = (6, "ProxyRefusedToConnect"),
ceFailedToResolveHost = (7, "FailedToResolveHost"),
ceFailedToResolveProxy = (8, "FailedToResolveProxy"),
ceProxyAuthFail = (9, "ProxyAuthFail"),
ceInvalidResponse = (10, "InvalidResponse"),
ceProxyInvalidResponse = (11, "ProxyInvalidResponse")