code.cloudfoundry.org/cli@v7.1.0+incompatible/actor/actionerror/tcp_lookup_without_port.go (about)

     1  package actionerror
     2  
     3  type TCPLookupWithoutPort struct {
     4  }
     5  
     6  func (TCPLookupWithoutPort) Error() string {
     7  	return "TCP route lookup must include a port"
     8  }