()
| 1119 | } |
| 1120 | |
| 1121 | func cannotSaveSequenceError() error { |
| 1122 | return nonNestedError(wski18n.T("Cannot save action sequences")) |
| 1123 | } |
| 1124 | |
| 1125 | func fileExistsError(file string) error { |
| 1126 | errMsg := wski18n.T("The file '{{.file}}' already exists", map[string]interface{}{ |
no test coverage detected