Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrScorecardInternal = errors.New("internal error") ErrRepoUnreachable = errors.New("repo unreachable") // ErrorUnsupportedHost indicates the repo's host is unsupported. ErrorUnsupportedHost = errors.New("unsupported host") // ErrorInvalidURL indicates the repo's full URL was not passed. ErrorInvalidURL = errors.New("invalid repo flag") // ErrorShellParsing indicates there was an error when parsing shell code. ErrorShellParsing = errors.New("error parsing shell code") )
nolint
Functions ¶
func CreateInternal ¶ added in v2.1.3
CreateInternal creates internal error, not using any of the errors listed in public.go.
func WithMessage ¶ added in v2.2.8
WithMessage wraps any of the errors listed above. For examples, see errors/errors.md.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.