errors

package
v2.8.0-dev.f513d866 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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 EnvironmentDeploymentErrors

type EnvironmentDeploymentErrors map[string][]error

func (EnvironmentDeploymentErrors) Append

func (EnvironmentDeploymentErrors) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL