(apiName string)
| 27 | ) |
| 28 | |
| 29 | func ErrorAPIUpdating(apiName string) error { |
| 30 | return errors.WithStack(&errors.Error{ |
| 31 | Kind: ErrAPIUpdating, |
| 32 | Message: fmt.Sprintf("%s is updating (override with --force)", apiName), |
| 33 | }) |
| 34 | } |
no test coverage detected