Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigDeployErr ¶
type ConfigDeployErr struct { Location coordinate.Coordinate `json:"location"` EnvironmentDetails configErrors.EnvironmentDetails `json:"environmentDetails"` Reason string `json:"reason"` Err error `json:"error"` }
func NewConfigDeployErr ¶
func NewConfigDeployErr(conf *config.Config, reason string) ConfigDeployErr
func (ConfigDeployErr) Coordinates ¶
func (e ConfigDeployErr) Coordinates() coordinate.Coordinate
func (ConfigDeployErr) Error ¶
func (e ConfigDeployErr) Error() string
func (ConfigDeployErr) LocationDetails ¶
func (e ConfigDeployErr) LocationDetails() configErrors.EnvironmentDetails
func (ConfigDeployErr) Unwrap ¶
func (e ConfigDeployErr) Unwrap() error
func (ConfigDeployErr) WithError ¶
func (e ConfigDeployErr) WithError(err error) ConfigDeployErr
type DeploymentErrors ¶ added in v2.8.1
type DeploymentErrors struct { // ErrorCount tells how many errors occurred during a deployment ErrorCount int }
DeploymentErrors is an error returned if any deployment errors occured. It carries a count of how many errors happened during deployment, but no details on those errors. The specific errors that have happened during deployment are handled by logging them, and never returned out of DeployConfigGraph.
func (DeploymentErrors) Error ¶ added in v2.8.1
func (d DeploymentErrors) Error() string
type EnvironmentDeploymentErrors ¶
func (EnvironmentDeploymentErrors) Append ¶
func (e EnvironmentDeploymentErrors) Append(env string, err ...error) EnvironmentDeploymentErrors
func (EnvironmentDeploymentErrors) Error ¶
func (e EnvironmentDeploymentErrors) Error() string
Click to show internal directories.
Click to hide internal directories.