Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrIncorrectArgumentNum is raised when the number of positional parameters // are not specified when expected. ErrIncorrectArgumentNum = errors.New("incorrect number of arguments specified") // ErrInvalidName is raised when a name is zero length or another constraint // is invalid. ErrInvalidName = errors.New("invalid name specified") // ErrInvalidPath is raised when a path is zero length or doesn't exist. ErrInvalidPath = errors.New("invalid path specified") // ErrInvalidEnvironment is raised when an environment variable is not set. ErrInvalidEnvironment = errors.New("invalid environment") // ErrNotFound is raised when a requested resource name isn't found. ErrNotFound = errors.New("resource name not found") // ErrProjectNamespaceUndefined is raised when you try to provision a control // plane against a project that hasn't fully provisioned yet. ErrProjectNamespaceUndefined = errors.New("project namespace is not set") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.