# Functions
CreateInternal creates internal error, not using any of the errors listed in public.go.
GetName returns the name of the error.
WithMessage wraps any of the errors listed above.
# Variables
ErrCheckRuntime indicates an individual check had a runtime error.
ErrInvalidURL indicates the repo's full URL was not passed.
ErrJobOSParsing indicates there was an error when detecting a job's operating system.
ErrRepoUnreachable indicates Scorecard is unable to establish connection with the repository.
ErrScorecardInternal indicates a runtime error in Scorecard code.
ErrShellParsing indicates there was an error when parsing shell code.
ErrUnsupportedCheck indicates check cannot be run for given request.
ErrUnsupportedHost indicates the repo's host is unsupported.