()
| 1087 | } |
| 1088 | |
| 1089 | func zipKindError() error { |
| 1090 | errMsg := wski18n.T("creating an action from a .zip artifact requires specifying the action kind explicitly") |
| 1091 | |
| 1092 | return nonNestedError(errMsg) |
| 1093 | } |
| 1094 | |
| 1095 | func noArtifactError() error { |
| 1096 | errMsg := wski18n.T("An action name and code artifact are required.") |
no test coverage detected