Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
StepID, Tag, ShortMsg string
Err error
Recommendations Recommendation
}
Error is an error occuring top level in a step
func NewErrorWithRecommendations ¶
func NewErrorWithRecommendations(stepID, tag string, err error, shortMsg string, recommendations Recommendation) *Error
NewErrorWithRecommendations constructs a step.Error
Click to show internal directories.
Click to hide internal directories.