errors

package
v1.112.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InvalidMessage

func InvalidMessage(name, reason string) string

func NotFoundMessage

func NotFoundMessage(kind, name string) string

func ReasonForError

func ReasonForError(err error) models.StatusReason

func UnknownMessage

func UnknownMessage(err error) string

Types

type APIStatus

type APIStatus interface {
	Status() *models.Status
}

type StatusError

type StatusError struct {
	ErrStatus models.Status
}

func NewBadRequest

func NewBadRequest(message string) *StatusError

func NewFromError

func NewFromError(err error) *StatusError

func NewFromKubernetesAPIStatus

func NewFromKubernetesAPIStatus(apiStatus k8sErrors.APIStatus) *StatusError

func NewInvalid

func NewInvalid(name string) *StatusError

func NewInvalidWithReason

func NewInvalidWithReason(name, reason string) *StatusError

func NewNotFound

func NewNotFound(kind, name string) *StatusError

func NewUnknown

func NewUnknown(err error) *StatusError

func (*StatusError) Error

func (e *StatusError) Error() string

Error implements the Error interface.

func (*StatusError) Status

func (e *StatusError) Status() *models.Status

Error implements the Error interface.

Jump to

Keyboard shortcuts

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