Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClientNotInitialized = errors.New("compute client not initialized") ErrStorageClientNotInitialized = errors.New("storage client not initialized") ErrSQLClientNotInitialized = errors.New("sql client not initialized") ErrIAMClientNotInitialized = errors.New("iam client not initialized") ErrCloudRunClientNotInitialized = errors.New("cloud run client not initialized") ErrGCPClientNotInitialized = errors.New("GCP client not initialized") ErrDetailsNotAvailable = errors.New("details not available") ErrSSHNotImplemented = errors.New("ssh action not yet implemented") ErrUnsupportedOS = errors.New("unsupported operating system") ErrFolderEmpty = errors.New("folder is empty") ErrPartialConfigEditFailed = errors.New("some configuration changes failed") )
Sentinel errors for common UI operations
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.