Documentation
¶
Index ¶
- func IsConfigMapError(target error) bool
- func IsNonRetriableError(target error) bool
- func IsRetriableError(target error) bool
- func IsSecretError(target error) bool
- func IsTokenError(target error) bool
- func NewConfigMapError(m string, e error) error
- func NewNonRetriableError(m string, e error) error
- func NewRetriableError(m string, e error) error
- func NewSecretError(m string, e error) error
- func NewTokenError(m string, e error) error
- type ConfigMapError
- type GenericError
- type NonRetriableError
- type RetriableError
- type SecretError
- type TokenError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsConfigMapError ¶
func IsNonRetriableError ¶
func IsRetriableError ¶
func IsSecretError ¶
func IsTokenError ¶
func NewConfigMapError ¶
func NewNonRetriableError ¶
func NewRetriableError ¶
func NewSecretError ¶
func NewTokenError ¶
Types ¶
type GenericError ¶
GenericError is an error structure containing common fields to be embedded by specific error types defined below
func (GenericError) Error ¶
func (ge GenericError) Error() string
func (GenericError) Unwrap ¶
func (ge GenericError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.