Documentation ¶
Index ¶
- func NewInternalPipelineError(detail string) error
- type AWSConfigurationError
- type AWSExecutionError
- type ActionCfgError
- type ActionExecError
- type DaggerConfigurationError
- type DaggerEngineError
- type InternalPipelineError
- type PipelineConfigurationError
- type TaskConfigurationError
- type TaskExecutionError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInternalPipelineError ¶
NewInternalPipelineError returns a new InternalPipelineError.
Types ¶
type AWSConfigurationError ¶
func NewAWSCfgError ¶
func NewAWSCfgError(details string, err error) *AWSConfigurationError
func (*AWSConfigurationError) Error ¶
func (e *AWSConfigurationError) Error() string
type AWSExecutionError ¶
func NewAWSExecutionError ¶
func NewAWSExecutionError(details string, err error) *AWSExecutionError
func (*AWSExecutionError) Error ¶
func (e *AWSExecutionError) Error() string
type ActionCfgError ¶
func NewActionCfgError ¶
func NewActionCfgError(details string, err error) *ActionCfgError
func (*ActionCfgError) Error ¶
func (e *ActionCfgError) Error() string
type ActionExecError ¶
func NewActionExecError ¶
func NewActionExecError(details string, err error) *ActionExecError
func (*ActionExecError) Error ¶
func (e *ActionExecError) Error() string
type DaggerConfigurationError ¶
func NewDaggerConfigurationError ¶
func NewDaggerConfigurationError(details string, err error) *DaggerConfigurationError
func (*DaggerConfigurationError) Error ¶
func (e *DaggerConfigurationError) Error() string
type DaggerEngineError ¶
func NewDaggerEngineError ¶
func NewDaggerEngineError(details string, err error) *DaggerEngineError
func (*DaggerEngineError) Error ¶
func (e *DaggerEngineError) Error() string
type InternalPipelineError ¶
type InternalPipelineError struct {
Detail string
}
InternalPipelineError is an error that is thrown when an internal Stiletto error occurs.
func (*InternalPipelineError) Error ¶
func (e *InternalPipelineError) Error() string
Error returns the error message.
type PipelineConfigurationError ¶
func NewPipelineConfigurationError ¶
func NewPipelineConfigurationError(details string, err error) *PipelineConfigurationError
func (*PipelineConfigurationError) Error ¶
func (e *PipelineConfigurationError) Error() string
type TaskConfigurationError ¶
func NewTaskConfigurationError ¶
func NewTaskConfigurationError(details string, err error) *TaskConfigurationError
func (*TaskConfigurationError) Error ¶
func (e *TaskConfigurationError) Error() string
type TaskExecutionError ¶
func NewTaskExecutionError ¶
func NewTaskExecutionError(details string, err error) *TaskExecutionError
func (*TaskExecutionError) Error ¶
func (e *TaskExecutionError) Error() string
Click to show internal directories.
Click to hide internal directories.