Sha256: 29941abe1d318883ec4cc906a75bdf64332a42dac76c2b5c0339c65bf829c978
Contents?: true
Size: 566 Bytes
Versions: 42
Compression:
Stored size: 566 Bytes
Contents
module VagrantPlugins module GuestWindows module Errors # A convenient superclass for all our errors. class WindowsError < Vagrant::Errors::VagrantError error_namespace("vagrant_windows.errors") end class NetworkWinRMRequired < WindowsError error_key(:network_winrm_required) end class RenameComputerFailed < WindowsError error_key(:rename_computer_failed) end class PublicKeyDirectoryFailure < WindowsError error_key(:public_key_directory_failure) end end end end
Version data entries
42 entries across 38 versions & 5 rubygems
Version | Path |
---|---|
vagrant-unbundled-1.9.8.1 | plugins/guests/windows/errors.rb |
vagrant-unbundled-1.9.7.1 | plugins/guests/windows/errors.rb |