Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDeploymentKeyNotFound is used when specified key cannot be located. ErrDeploymentKeyNotFound = errors.New("invalid deployment key") // ErrProvisionFailedVizierIsActive errors when the specified vizier is active and not disconnected. ErrProvisionFailedVizierIsActive = errors.New("provisioning failed because vizier with specified UID is already active") // ErrInternalDB is used for internal errors related to DB. ErrInternalDB = errors.New("internal database error") )
Functions ¶
func ToGRPCError ¶
ToGRPCError converts vzmgr errors to grpc errors if possible.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.