Class: VagrantPlugins::ConoHa::Errors::VagrantOpenstackError
- Inherits:
-
Vagrant::Errors::VagrantError
- Object
- Vagrant::Errors::VagrantError
- VagrantPlugins::ConoHa::Errors::VagrantOpenstackError
- Defined in:
- lib/vagrant-conoha/errors.rb
Direct Known Subclasses
AuthenticationFailed, AuthenticationRequired, BadAuthenticationEndpoint, ConflictBootOption, ConflictBootVolume, ConflictNetworkNameId, ConflictVolumeNameId, CreateBadState, FloatingIPAlreadyAssigned, FloatingIPNotAvailable, InstanceNotFound, InvalidNetworkObject, InvalidVolumeObject, MissingBootOption, MissingNovaEndpoint, MultipleNetworkName, MultipleVolumeName, NetworkServiceUnavailable, NoArgRequiredForCommand, NoMatchingApiVersion, NoMatchingFlavor, NoMatchingImage, NoMatchingSshUsername, RsyncError, ServerStatusError, SshUnavailable, StackNotFound, StackStatusError, SyncMethodError, Timeout, UnableToResolveFloatingIP, UnableToResolveIP, UnableToResolveSSHKey, UnrecognizedArgForCommand, UnresolvedNetwork, UnresolvedNetworkId, UnresolvedNetworkName, UnresolvedVolume, UnresolvedVolumeId, UnresolvedVolumeName, VolumeServiceUnavailable
Instance Attribute Summary collapse
-
#extra_data ⇒ Object
Added for vagrant 1.4.x compatibility This attribute had been added in Vagrant::Errors::VagrantError form the version 1.5.0.
Instance Method Summary collapse
-
#initialize(args = nil) ⇒ VagrantOpenstackError
constructor
A new instance of VagrantOpenstackError.
Constructor Details
#initialize(args = nil) ⇒ VagrantOpenstackError
13 14 15 16 |
# File 'lib/vagrant-conoha/errors.rb', line 13 def initialize(args = nil) @extra_data = args super(args) end |
Instance Attribute Details
#extra_data ⇒ Object
Added for vagrant 1.4.x compatibility This attribute had been added in Vagrant::Errors::VagrantError form the version 1.5.0
11 12 13 |
# File 'lib/vagrant-conoha/errors.rb', line 11 def extra_data @extra_data end |