github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+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  }