github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/api/cloudcontroller/ccerror/service_plan_not_found_error.go (about)

     1  package ccerror
     2  
     3  type ServicePlanNotFound struct{}
     4  
     5  func (ServicePlanNotFound) Error() string {
     6  	return "The service plan was not found"
     7  }