Sha256: 64a0d7b28710df18ccaa4b2c46e62c79f55e51a7211e2426d282da9618cf4ab9

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class VirtualBoxErrorInfo < AbstractInterface
          IID = "4b86d186-407e-4f9e-8be8-e50061be8725"

          parent :NSIException

          property :result_code, T_UINT32, :readonly => true
          property :interface_i_d, WSTRING, :readonly => true
          property :component, WSTRING, :readonly => true
          property :text, WSTRING, :readonly => true
          property :next, :VirtualBoxErrorInfo, :readonly => true
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/VirtualBoxErrorInfo.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/VirtualBoxErrorInfo.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/VirtualBoxErrorInfo.rb