errors

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 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 CircualDependencyProjectSortError

type CircualDependencyProjectSortError struct {
	Environment string `json:"environment"`
	Project     string `json:"project"`
	// slice of project ids
	DependsOnProjects []string `json:"dependsOnProjects"`
}

func (CircualDependencyProjectSortError) Error

type CircularDependencyConfigSortError

type CircularDependencyConfigSortError struct {
	Location    coordinate.Coordinate   `json:"location"`
	Environment string                  `json:"environment"`
	DependsOn   []coordinate.Coordinate `json:"dependsOn"`
}

func (CircularDependencyConfigSortError) Error

type CircularDependencyParameterSortError

type CircularDependencyParameterSortError struct {
	Location           coordinate.Coordinate          `json:"location"`
	EnvironmentDetails errors.EnvironmentDetails      `json:"environmentDetails"`
	ParameterName      string                         `json:"parameterName"`
	DependsOn          []parameter.ParameterReference `json:"dependsOn"`
}

func (CircularDependencyParameterSortError) Coordinates

func (CircularDependencyParameterSortError) Error

func (CircularDependencyParameterSortError) LocationDetails

Jump to

Keyboard shortcuts

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