Sha256: 0dd0cebe415249351fe1f225b353e94325f783a5fa2010f1b5ffbf86b1c40a8c
Contents?: true
Size: 604 Bytes
Versions: 13
Compression:
Stored size: 604 Bytes
Contents
require 'vagrant/errors' module VagrantWindows module Errors class VagrantWindowsError < ::Vagrant::Errors::VagrantError error_namespace("vagrant_windows.errors") end class WinRMNotReady < VagrantWindowsError error_key(:winrm_not_ready) 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
13 entries across 13 versions & 1 rubygems