github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/util/manifest/unsupported_fields_error.go (about) 1 package manifest 2 3 type UnsupportedFieldsError struct { 4 } 5 6 func (e UnsupportedFieldsError) Error() string { 7 return "using unsupported fields in manifest" 8 }