go.pact.im/x/plumb/internal/solve.Plan.Fallible (field)

5 uses

	go.pact.im/x/plumb/internal/solve (current package)
		checks.go#L140: 	nonEmpty := len(pl.Inputs) > 0 || len(pl.Outputs) > 0 || pl.AnyCleanup || pl.Fallible || len(pl.Lifted) > 0
		finalize.go#L90: 				pl.Fallible = true
		solve.go#L135: 	Fallible        bool // some provider returns an error, so the injector returns a trailing error

	go.pact.im/x/plumb/internal/emit
		emit.go#L195: 	if pl.Fallible {
		report.go#L120: 	if pl.Fallible {