github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/api/cloudcontroller/ccerror/buildpack_name_taken_error.go (about) 1 package ccerror 2 3 type BuildpackNameTakenError struct { 4 Message string 5 } 6 7 func (e BuildpackNameTakenError) Error() string { 8 return e.Message 9 }