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

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