errors

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindError

type BindError struct {
	// contains filtered or unexported fields
}

func NewBindErrorHostnameMismatch

func NewBindErrorHostnameMismatch(inner string) BindError

func NewBindErrorListenerNamespacePolicy

func NewBindErrorListenerNamespacePolicy(inner string) BindError

func NewBindErrorRouteInvalid

func NewBindErrorRouteInvalid(inner string) BindError

func NewBindErrorRouteKind

func NewBindErrorRouteKind(inner string) BindError

func (BindError) Error

func (r BindError) Error() string

func (BindError) Kind

func (r BindError) Kind() BindErrorType

type BindErrorType

type BindErrorType string
const (
	BindErrorTypeRouteKind               BindErrorType = "RouteKindError"
	BindErrorTypeListenerNamespacePolicy BindErrorType = "ListenerNamespacePolicyError"
	BindErrorTypeHostnameMismatch        BindErrorType = "HostnameMismatchError"
	BindErrorTypeRouteInvalid            BindErrorType = "RouteInvalidError"
)

type CertificateResolutionError

type CertificateResolutionError struct {
	// contains filtered or unexported fields
}

func NewCertificateResolutionErrorNotFound

func NewCertificateResolutionErrorNotFound(inner string) CertificateResolutionError

func NewCertificateResolutionErrorNotPermitted

func NewCertificateResolutionErrorNotPermitted(inner string) CertificateResolutionError

func NewCertificateResolutionErrorUnsupported

func NewCertificateResolutionErrorUnsupported(inner string) CertificateResolutionError

func (CertificateResolutionError) Error

func (CertificateResolutionError) Kind

type CertificateResolutionErrorType

type CertificateResolutionErrorType string
const (
	CertificateResolutionErrorTypeNotFound     CertificateResolutionErrorType = "NotFoundError"
	CertificateResolutionErrorTypeNotPermitted CertificateResolutionErrorType = "NotPermittedError"
	CertificateResolutionErrorTypeUnsupported  CertificateResolutionErrorType = "UnsupportedError"
)

Jump to

Keyboard shortcuts

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