clierrors

package
v0.8.20 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidStateUpdate     = "invalid state passed. Specify either activate or archive\n"
	ErrInvalidBothStateUpdate = "invalid state passed. Specify either activate or deactivate\n"

	ErrProjectNotPassed     = "project id wasn't passed\n" // #nosec
	ErrProjectIDBothPassed  = "both project and id are passed\n"
	ErrProjectNameNotPassed = "project name is a required flag"
	ErrFailedProjectUpdate  = "Project %v failed to update due to %w\n"

	ErrLPNotPassed        = "launch plan name wasn't passed\n"
	ErrLPVersionNotPassed = "launch plan version wasn't passed\n" //nolint
	ErrFailedLPUpdate     = "launch plan %v failed to update due to %w\n"

	ErrExecutionNotPassed    = "execution name wasn't passed\n"
	ErrFailedExecutionUpdate = "execution %v failed to update due to %v\n"

	ErrWorkflowNotPassed    = "workflow name wasn't passed\n"
	ErrFailedWorkflowUpdate = "workflow %v failed to update to due to %v\n"

	ErrTaskNotPassed    = "task name wasn't passed\n" // #nosec
	ErrFailedTaskUpdate = "task %v failed to update to due to %v\n"

	ErrSandboxExists = "sandbox already exists!\n"
)

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