Add WinRM file transfer error and english text

This commit is contained in:
Shawn Neal 2014-04-22 14:54:13 -07:00
parent f292232ca8
commit 5f4a900d8e
2 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,10 @@ module VagrantPlugins
class WinRMNotReady < WinRMError
error_key(:winrm_not_ready)
end
class WinRMFileTransferError < WinRMError
error_key(:winrm_file_transfer_error)
end
end
end
end

View File

@ -20,3 +20,9 @@ en:
The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
winrm_file_transfer_error: |-
Failed to transfer a file between the host and guest
From: %{from}
To: %{to}
Message: %{message}