Sha256: dc83b135be8526ddbf8adbf98b14e80857fc0001d70e856b251c930464e8c000
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
module Vagrant module Errors class WinRMPortNotDetected < VagrantError status_code(550) error_key(:winrm_port_not_detected) end class WinRMInvalidShell < VagrantError status_code(551) error_key(:winrm_invalid_shell) end class WinRMTransferError < VagrantError status_code(552) error_key(:winrm_upload_error) end class WinRMTimeout < VagrantError status_code(553) error_key(:winrm_timeout) end end end
Version data entries
4 entries across 4 versions & 2 rubygems