errors

package
v0.32.55 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNeedLogin     = errors.Errorf("user is not logged in, please login using '%s login'", x.AppName)
	ErrTokenExpired  = errors.Errorf("the access token has expired, please login using '%s login'", x.AppName)
	ErrNeedTenantID  = errors.Errorf("operation requires tenant-id, please login using '%s login' or use --tenant to specify an id.", x.AppName)
	ErrResolveTenant = errors.New("cannot resolve tenant name %q to tenant ID")

	ErrControlPlaneCmd = errors.New("control plane commands are only available with remote configurations")
	ErrDecisionLogsCmd = errors.New("decision log commands are only available with remote configurations")
	ErrTenantCmd       = errors.New("tenant service commands are only available with remote configurations")
	ErrConfigNotFound  = errors.New("aserto config not found")
)

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