github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/actor/actionerror/ssh_endpoint_not_set_error.go (about)

     1  package actionerror
     2  
     3  // SSHEndpointNotSetError is returned when staging an application fails.
     4  type SSHEndpointNotSetError struct {
     5  }
     6  
     7  func (e SSHEndpointNotSetError) Error() string {
     8  	return "SSH endpoint not set"
     9  }