Documentation
¶
Index ¶
- type CommonFlagsError
- type ComponentDefinitionNotFoundError
- type ComponentMetadataNotFoundError
- type ComponentVarsNotFoundError
- type DescribeStacksError
- type InitConfigError
- type InvalidFormatError
- type MetadataFilteringError
- type NoComponentSettingsFoundError
- type NoMetadataFoundError
- type NoSettingsFoundError
- type NoSettingsFoundForComponentError
- type NoValuesFoundError
- type QueryError
- type SettingsFilteringError
- type StackPatternError
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 ¶
func (e *ComponentDefinitionNotFoundError) Error() string
type ComponentMetadataNotFoundError ¶
type ComponentMetadataNotFoundError struct {
Component string
}
ComponentMetadataNotFoundError indicates that no metadata was found for a specific component.
func (*ComponentMetadataNotFoundError) Error ¶
func (e *ComponentMetadataNotFoundError) Error() string
type ComponentVarsNotFoundError ¶
type ComponentVarsNotFoundError struct {
Component string
}
ComponentVarsNotFoundError indicates that no vars were found for a specific component.
func (*ComponentVarsNotFoundError) Error ¶
func (e *ComponentVarsNotFoundError) Error() string
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 ¶
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 ¶
func (e *NoComponentSettingsFoundError) Error() string
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 ¶
NoSettingsFoundForComponentError indicates that no settings were found for a specific component with query.
func (*NoSettingsFoundForComponentError) Error ¶
func (e *NoSettingsFoundForComponentError) Error() string
type NoValuesFoundError ¶
NoValuesFoundError represents an error when no values are found for a component.
func (*NoValuesFoundError) Error ¶
func (e *NoValuesFoundError) Error() string
type QueryError ¶
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 ¶
StackPatternError represents an error with stack pattern matching.
func (*StackPatternError) Error ¶
func (e *StackPatternError) Error() string
func (*StackPatternError) Unwrap ¶
func (e *StackPatternError) Unwrap() error