github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/util/manifestparser/invalid_manifest_application_path_error.go (about)

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