errors

package
v0.0.0-...-f88c608 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: AGPL-3.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

View Source
const (
	// CredentialModelValidation describes an error that occurs when a credential
	// cannot be validated for one or more models.
	CredentialModelValidation = errors.ConstError("credential is not valid for one or more models")

	// NotFound describes an error that occurs when a cloud credential cannot be
	// found.
	NotFound = errors.ConstError("credential not found")

	// UnknownCloud describes an error that occurs when a credential for cloud
	// not known to the controller is updated.
	UnknownCloud = errors.ConstError("unknown cloud")

	// UserNotFound describes an error that occurs when a user is not found.
	UserNotFound = errors.ConstError("user not found")

	// CredentialNotFound describes an error that occurs when a credential is not found.
	CredentialNotFound = errors.ConstError("credential not found")
)

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