Sha256: 2a773193948c8b8da20f2a4cf84e20f297fa233a9de32219c821fd141c83dd95
Contents?: true
Size: 619 Bytes
Versions: 12
Compression:
Stored size: 619 Bytes
Contents
require 'vagrant/errors' module VagrantWindows module Errors class VagrantWindowsError < ::Vagrant::Errors::VagrantError error_namespace("vagrant_windows.errors") end class WinRMPortNotDetected < VagrantWindowsError error_key(:winrm_port_not_detected) end class WinRMInvalidShell < VagrantWindowsError error_key(:winrm_invalid_shell) end class WinRMExecutionError < VagrantWindowsError error_key(:winrm_execution_error) end class WinRMAuthorizationError < VagrantWindowsError error_key(:winrm_auth_error) end end end
Version data entries
12 entries across 12 versions & 2 rubygems