github.com/swisscom/cloudfoundry-cli@v7.1.0+incompatible/util/v6manifestparser/invalid_manifest_application_path_error.go (about)

     1  package v6manifestparser
     2  
     3  type InvalidManifestApplicationPathError struct {
     4  	Path string
     5  }
     6  
     7  func (InvalidManifestApplicationPathError) Error() string {
     8  	return "Path in manifest is invalid"
     9  }