github.com/cloudfoundry/cli@v7.1.0+incompatible/actor/actionerror/service_visibility_type_error.go (about)

     1  package actionerror
     2  
     3  type ServicePlanVisibilityTypeError struct {
     4  }
     5  
     6  func (e ServicePlanVisibilityTypeError) Error() string {
     7  	return "You cannot change access for space-scoped service plans."
     8  }