()
| 1109 | } |
| 1110 | |
| 1111 | func javaEntryError() error { |
| 1112 | errMsg := wski18n.T("Java actions require --main to specify the fully-qualified name of the main class") |
| 1113 | |
| 1114 | return nonNestedError(errMsg) |
| 1115 | } |
| 1116 | |
| 1117 | func cannotSaveImageError() error { |
| 1118 | return nonNestedError(wski18n.T("Cannot save Docker images")) |
no test coverage detected