errors

package
v0.0.0-...-0a82276 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AlreadyExists describes an error that occurs when a secret backend already exists.
	AlreadyExists = errors.ConstError("secret backend already exists")

	// RefCountAlreadyExists describes an error that occurs when a secret backend reference count record already exists.
	RefCountAlreadyExists = errors.ConstError("secret backend reference count already exists")

	// RefCountNotFound describes an error that occurs when a secret backend reference count record is not found.
	RefCountNotFound = errors.ConstError("secret backend reference count not found")

	// NotFound describes an error that occurs when the secret backend being operated on does not exist.
	NotFound = errors.ConstError("secret backend not found")

	// NotValid describes an error that occurs when the secret backend being operated on is not valid.
	NotValid = errors.ConstError("secret backend not valid")

	// Forbidden describes an error that occurs when the operation is forbidden.
	Forbidden = errors.ConstError("secret backend operation forbidden")

	// NotSupported describes an error that occurs when the secret backend is not supported.
	NotSupported = errors.ConstError("secret backend not supported")
)

Variables

This section is empty.

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