Sha256: 4f1e17ee1cd189b6a1a29b8430c1a00f61943f0181ef8b4154dc4a108e32eb95

Contents?: true

Size: 603 Bytes

Versions: 11

Compression:

Stored size: 603 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module Shell
    module Errors
      class VagrantShellError < Vagrant::Errors::VagrantError
        error_namespace("vagrant_shell.errors")
      end

      class ShellError < VagrantShellError
        error_key(:shell_error)
      end

      class TimeoutError < VagrantShellError
        error_key(:instance_ready_timeout)
      end

      class ComputeError < VagrantShellError
        error_key(:instance_ready_timeout)
      end

      class InstanceReadyTimeout < VagrantShellError
        error_key(:instance_ready_timeout)
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-shell-0.2.22 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.21 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.20 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.19 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.17 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.16 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.15 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.13 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.12 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.9 lib/vagrant-shell/errors.rb
vagrant-shell-0.2.8 lib/vagrant-shell/errors.rb