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

     1  package actionerror
     2  
     3  type MissingSecurityGroupArgsError struct{}
     4  
     5  func (MissingSecurityGroupArgsError) Error() string {
     6  	return "Incorrect Usage: the required arguments `SECURITY_GROUP`, `ORG`, and `SPACE` were not provided"
     7  }