github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/tpl/tpl_msg.go (about) 1 package tpl 2 3 const ( 4 genFailedOnInitLocMsg = `could not generate the "%s" file when initializing the location` 5 genFailedMsg = `could not generate the "%s" file` 6 genFailedOnTmplMapMsg = `could not generate the "%s" file when mapping the template` 7 genFailedOnFileCreationMsg = `could not generate the "%s" file because the "%s" file already exists` 8 cmdNotSupportedMsg = `the "%s" command is not supported` 9 noPathMsg = `the mandatory "path" property of the "%s" module is missing or empty` 10 )