Table of Contents

Class NetworkErrorCodes

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll

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

string

ConnectionClosed

public const string ConnectionClosed = "connection_closed"

Field Value

string

ConnectionRefused

public const string ConnectionRefused = "connection_refused"

Field Value

string

ConnectionReset

public const string ConnectionReset = "connection_reset"

Field Value

string

ConnectionTimeout

public const string ConnectionTimeout = "connection_timeout"

Field Value

string

DnsFailure

public const string DnsFailure = "dns_failure"

Field Value

string

DnsNoData

public const string DnsNoData = "dns_no_data"

Field Value

string

DnsNotFound

public const string DnsNotFound = "dns_notfound"

Field Value

string

DnsTryAgain

public const string DnsTryAgain = "dns_try_again"

Field Value

string

HostUnreachable

public const string HostUnreachable = "host_unreachable"

Field Value

string

NetworkUnreachable

public const string NetworkUnreachable = "network_unreachable"

Field Value

string

ProtocolError

public const string ProtocolError = "protocol_error"

Field Value

string

ResponseHeaderTimeout

public const string ResponseHeaderTimeout = "response_header_timeout"

Field Value

string

RuleFailure

public const string RuleFailure = "rule_failure"

Field Value

string

TlsCertExpired

public const string TlsCertExpired = "tls_cert_expired"

Field Value

string

TlsCertHostnameMismatch

public const string TlsCertHostnameMismatch = "tls_cert_hostname_mismatch"

Field Value

string

TlsCertInvalid

public const string TlsCertInvalid = "tls_cert_invalid"

Field Value

string

TlsCertUntrusted

public const string TlsCertUntrusted = "tls_cert_untrusted"

Field Value

string

TlsHandshakeFailure

public const string TlsHandshakeFailure = "tls_handshake_failure"

Field Value

string

Unknown

public const string Unknown = "unknown"

Field Value

string

UpstreamConfigurationFailed

public const string UpstreamConfigurationFailed = "upstream_configuration_failed"

Field Value

string