(out string)
| 179 | } |
| 180 | |
| 181 | func ErrorClusterRefresh(out string) error { |
| 182 | return errors.WithStack(&errors.Error{ |
| 183 | Kind: ErrClusterRefresh, |
| 184 | Message: out, |
| 185 | NoPrint: true, |
| 186 | }) |
| 187 | } |
| 188 | |
| 189 | func ErrorClusterDown(out string) error { |
| 190 | return errors.WithStack(&errors.Error{ |
no test coverage detected