Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorPrefix ¶
ErrorPrefix returns the user-facing prefix that should be used when printing err.
func InteractiveResult ¶
InteractiveResult wraps the error returned by tui.Run so that a missing terminal surfaces as an invalid-input exit (4) instead of a generic failure. Other errors flow through unchanged.
func InvalidInputError ¶
func NothingToEvaluateError ¶ added in v0.14.17
NothingToEvaluateError marks the benign "no resolvable targets" outcome — no subprojects/manifests were discovered for the target (with the applied filters). It is deliberately distinct from ResolutionFailureError (exit 3, a real error where a discovered subproject could not be turned into a graph) so CI wrappers can treat "nothing to scan" as a neutral pass without masking genuine resolution failures.
func PolicyViolationFindings ¶
func ResolutionFailureError ¶
Types ¶
This section is empty.