github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/conttype/conttype_msg.go (about) 1 package conttype 2 3 const ( 4 unmarshalFailed = `could not unmarshal the content types configuration` 5 6 // ContentTypeUndefinedMsg - message raised when content type for specific extension is not defined 7 ContentTypeUndefinedMsg = `content type for the "%s" extension is not defined` 8 )