github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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  }