msgs

package
v0.0.0-...-d08f37e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Generic PD0300XX
	MsgListenerPortAndAddressRequired       = ffe("PD030000", "port and address for listener are required")
	MsgInvalidTransportConfig               = ffe("PD030001", "Invalid transport configuration")
	MsgConfIncompatibleWithDirectCertVerify = ffe("PD030002", "When directCertVerification is enabled, TLS and clientAuth must be enabled, with no additional CA configuration or insecureSkipHostVerify")
	MsgInvalidSubjectRegexp                 = ffe("PD030003", "subjectMatchRegex is invalid")
	MsgVerifierRequiresOneCert              = ffe("PD030004", "certificate verifier expected exactly one certificate from peer certs=%d")
	MsgSubjectRegexpMismatch                = ffe("PD030005", "subjectMatchRegex did not match the subject in the certificate")
	MsgPeerTransportDetailsInvalid          = ffe("PD030006", "published peer transport details for node '%s' are invalid")
	MsgPeerCertificateIssuerInvalid         = ffe("PD030007", "peer '%s' did not provide a certificate signed an expected issuer received=%s issuers=%v")
	MsgTLSNegotiationFailed                 = ffe("PD030008", "TLS negotiation did not result in a verified peer node name")
	MsgAuthContextNotAvailable              = ffe("PD030009", "server failed to retrieve the auth context")
	MsgInvalidReplyToNode                   = ffe("PD030010", "replyTo node does not match sending node")
	MsgConnectionToWrongNode                = ffe("PD030011", "the TLS identity of the node '%s' does not match the expected node '%s'")
	MsgPEMCertificateInvalid                = ffe("PD030012", "invalid PEM encoded x509 certificate")
	MsgErrorNoTargetNode                    = ffe("PD030013", "request to send message but no target node specified")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL