github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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  }