errors

package
v1.202.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonFlagsError

type CommonFlagsError struct {
	Cause error
}

CommonFlagsError represents an error getting common flags.

func (*CommonFlagsError) Error

func (e *CommonFlagsError) Error() string

func (*CommonFlagsError) Unwrap

func (e *CommonFlagsError) Unwrap() error

type ComponentDefinitionNotFoundError

type ComponentDefinitionNotFoundError struct {
	Component string
}

ComponentDefinitionNotFoundError indicates that the component definition was not found in the Atmos configuration.

func (*ComponentDefinitionNotFoundError) Error

type ComponentMetadataNotFoundError

type ComponentMetadataNotFoundError struct {
	Component string
}

ComponentMetadataNotFoundError indicates that no metadata was found for a specific component.

func (*ComponentMetadataNotFoundError) Error

type ComponentVarsNotFoundError

type ComponentVarsNotFoundError struct {
	Component string
}

ComponentVarsNotFoundError indicates that no vars were found for a specific component.

func (*ComponentVarsNotFoundError) Error

type DescribeStacksError

type DescribeStacksError struct {
	Cause error
}

DescribeStacksError represents an error describing stacks.

func (*DescribeStacksError) Error

func (e *DescribeStacksError) Error() string

func (*DescribeStacksError) Unwrap

func (e *DescribeStacksError) Unwrap() error

type InitConfigError

type InitConfigError struct {
	Cause error
}

InitConfigError represents an error initializing CLI config.

func (*InitConfigError) Error

func (e *InitConfigError) Error() string

func (*InitConfigError) Unwrap

func (e *InitConfigError) Unwrap() error

type InvalidFormatError

type InvalidFormatError struct {
	Format string
	Valid  []string
}

InvalidFormatError represents an error when an invalid format is specified.

func (*InvalidFormatError) Error

func (e *InvalidFormatError) Error() string

type MetadataFilteringError

type MetadataFilteringError struct {
	Cause error
}

MetadataFilteringError represents an error when filtering and listing metadata.

func (*MetadataFilteringError) Error

func (e *MetadataFilteringError) Error() string

func (*MetadataFilteringError) Unwrap

func (e *MetadataFilteringError) Unwrap() error

type NoComponentSettingsFoundError

type NoComponentSettingsFoundError struct {
	Component string
}

NoComponentSettingsFoundError indicates that no settings were found for a specific component.

func (*NoComponentSettingsFoundError) Error

type NoMetadataFoundError

type NoMetadataFoundError struct {
	Query string
}

NoMetadataFoundError represents an error when no metadata is found with a given query.

func (*NoMetadataFoundError) Error

func (e *NoMetadataFoundError) Error() string

type NoSettingsFoundError

type NoSettingsFoundError struct {
	Query string
}

NoSettingsFoundError represents an error when no settings are found with a given query.

func (*NoSettingsFoundError) Error

func (e *NoSettingsFoundError) Error() string

type NoSettingsFoundForComponentError

type NoSettingsFoundForComponentError struct {
	Component string
	Query     string
}

NoSettingsFoundForComponentError indicates that no settings were found for a specific component with query.

func (*NoSettingsFoundForComponentError) Error

type NoValuesFoundError

type NoValuesFoundError struct {
	Component string
	Query     string
}

NoValuesFoundError represents an error when no values are found for a component.

func (*NoValuesFoundError) Error

func (e *NoValuesFoundError) Error() string

type QueryError

type QueryError struct {
	Query string
	Cause error
}

QueryError represents an error when processing a query.

func (*QueryError) Error

func (e *QueryError) Error() string

func (*QueryError) Unwrap

func (e *QueryError) Unwrap() error

type SettingsFilteringError

type SettingsFilteringError struct {
	Cause error
}

SettingsFilteringError represents an error when filtering and listing settings.

func (*SettingsFilteringError) Error

func (e *SettingsFilteringError) Error() string

func (*SettingsFilteringError) Unwrap

func (e *SettingsFilteringError) Unwrap() error

type StackPatternError

type StackPatternError struct {
	Pattern string
	Cause   error
}

StackPatternError represents an error with stack pattern matching.

func (*StackPatternError) Error

func (e *StackPatternError) Error() string

func (*StackPatternError) Unwrap

func (e *StackPatternError) Unwrap() error

Jump to

Keyboard shortcuts

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