errors

package
v0.32.5 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NeedLoginErr     = errors.Errorf("user is not logged in, please login using '%s login'", x.AppName)
	TokenExpiredErr  = errors.Errorf("the access token has expired, please login using '%s login'", x.AppName)
	NeedTenantIDErr  = errors.Errorf("operation requires tenant-id, please login using '%s login' or use --tenant to specify an id.", x.AppName)
	ResolveTenantErr = 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