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.
Click to show internal directories.
Click to hide internal directories.