github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/actor/actionerror/no_hostname_and_shared_domain_error.go (about)

     1  package actionerror
     2  
     3  type NoHostnameAndSharedDomainError struct{}
     4  
     5  func (NoHostnameAndSharedDomainError) Error() string {
     6  	return "hostname required for shared domains"
     7  }