(errs ...error)
| 3688 | } |
| 3689 | |
| 3690 | func errorsJoin(errs ...error) error { |
| 3691 | return errors.Join(errs...) |
| 3692 | } |
| 3693 | |
| 3694 | func runBootRecoveryError(run Run, recovery RunBootRecovery) string { |
| 3695 | sessionID := strings.TrimSpace(run.SessionID) |
no outgoing calls