github.com/liamawhite/cli-with-i18n@v6.32.1-0.20171122084555-dede0a5c3448+incompatible/api/cloudcontroller/ccerror/name_not_unique_in_space_error.go (about)

     1  package ccerror
     2  
     3  type NameNotUniqueInSpaceError struct {
     4  }
     5  
     6  func (e NameNotUniqueInSpaceError) Error() string {
     7  	return "name must be unique in space"
     8  }