Class NetworkErrorCodes
Stable, machine-readable identifiers for the kind of upstream failure that
produced a synthesized 528 response. Emitted as x-fluxzy-network-error
on the response and persisted on NetworkErrorCode.
public static class NetworkErrorCodes
- Inheritance
-
NetworkErrorCodes
- Inherited Members
Fields
ConnectionAborted
public const string ConnectionAborted = "connection_aborted"
Field Value
ConnectionClosed
public const string ConnectionClosed = "connection_closed"
Field Value
ConnectionRefused
public const string ConnectionRefused = "connection_refused"
Field Value
ConnectionReset
public const string ConnectionReset = "connection_reset"
Field Value
ConnectionTimeout
public const string ConnectionTimeout = "connection_timeout"
Field Value
DnsFailure
public const string DnsFailure = "dns_failure"
Field Value
DnsNoData
public const string DnsNoData = "dns_no_data"
Field Value
DnsNotFound
public const string DnsNotFound = "dns_notfound"
Field Value
DnsTryAgain
public const string DnsTryAgain = "dns_try_again"
Field Value
HostUnreachable
public const string HostUnreachable = "host_unreachable"
Field Value
NetworkUnreachable
public const string NetworkUnreachable = "network_unreachable"
Field Value
ProtocolError
public const string ProtocolError = "protocol_error"
Field Value
ResponseHeaderTimeout
public const string ResponseHeaderTimeout = "response_header_timeout"
Field Value
RuleFailure
public const string RuleFailure = "rule_failure"
Field Value
TlsCertExpired
public const string TlsCertExpired = "tls_cert_expired"
Field Value
TlsCertHostnameMismatch
public const string TlsCertHostnameMismatch = "tls_cert_hostname_mismatch"
Field Value
TlsCertInvalid
public const string TlsCertInvalid = "tls_cert_invalid"
Field Value
TlsCertUntrusted
public const string TlsCertUntrusted = "tls_cert_untrusted"
Field Value
TlsHandshakeFailure
public const string TlsHandshakeFailure = "tls_handshake_failure"
Field Value
Unknown
public const string Unknown = "unknown"
Field Value
UpstreamConfigurationFailed
public const string UpstreamConfigurationFailed = "upstream_configuration_failed"