You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/13 15:01:31 UTC

[GitHub] mrutkows opened a new issue #799: Add i18n err msg in servicedeployer.go, DeployDependencies()

mrutkows opened a new issue #799: Add i18n err msg in servicedeployer.go, DeployDependencies()
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/799
 
 
   Need an error string added to i18n translated messages/IDs:
   
   ```
   					errMessage := "GitHub dependency " + depName + " has multiple packages in manifest file: " +
   						strings.Join(dependentPackages, ", ") + ". " +
   						"One GitHub dependency can only be associated with single package in manifest file." +
   						"There is no way to reference actions from multiple packages of any GitHub dependencies."
   					return wskderrors.NewYAMLFileFormatError(deployer.ManifestPath, errMessage)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services