(out string)
| 171 | } |
| 172 | |
| 173 | func ErrorClusterDebug(out string) error { |
| 174 | return errors.WithStack(&errors.Error{ |
| 175 | Kind: ErrClusterDebug, |
| 176 | Message: out, |
| 177 | NoPrint: true, |
| 178 | }) |
| 179 | } |
| 180 | |
| 181 | func ErrorClusterRefresh(out string) error { |
| 182 | return errors.WithStack(&errors.Error{ |