Documentation
¶
Index ¶
Constants ¶
View Source
const ( InternalEnvalErrorKind = iota ToolDefinitionNotFoundEnvalErrorKind FlavorDefinitionNotFoundEnvalErrorKind UnknownParserEnvalErrorKind UnsupportedInputRawVersionEnvalErrorKind FieldVersionKeyNotFoundEnvalErrorKind InvalidCustomSpecsDirEnvalErrorKind )
Variables ¶
This section is empty.
Functions ¶
func IsEnvalErrorWithKind ¶
func IsEnvalErrorWithKind(err error, kind EnvalErrorKind) bool
func New ¶
func New(msg string, kind EnvalErrorKind) error
func PrintError ¶
func Wrap ¶
func Wrap(err error, kind EnvalErrorKind) error
Types ¶
type EnvalError ¶
type EnvalError struct {
// contains filtered or unexported fields
}
func (EnvalError) Error ¶
func (err EnvalError) Error() string
type EnvalErrorKind ¶
type EnvalErrorKind int
Click to show internal directories.
Click to hide internal directories.