Sha256: f351a5b3e4c621f7252a4cc362c44458395bc48c1064e17b5549cb7e33d38dc6

Contents?: true

Size: 262 Bytes

Versions: 14

Compression:

Stored size: 262 Bytes

Contents

module CloudstackClient
  class Error < StandardError; end
  class ParameterError < Error; end
  class ConnectionError < Error; end
  class ParseError < Error; end
  class ApiError < Error; end
  class JobError < Error; end
  class TimeoutError < Error; end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cloudstack_client-1.4.0 lib/cloudstack_client/error.rb
cloudstack_client-1.3.1 lib/cloudstack_client/error.rb
cloudstack_client-1.3.0 lib/cloudstack_client/error.rb
cloudstack_client-1.2.3 lib/cloudstack_client/error.rb
cloudstack_client-1.2.2 lib/cloudstack_client/error.rb
cloudstack_client-1.2.1 lib/cloudstack_client/error.rb
cloudstack_client-1.2.0 lib/cloudstack_client/error.rb
cloudstack_client-1.1.1 lib/cloudstack_client/error.rb
cloudstack_client-1.1.0 lib/cloudstack_client/error.rb
cloudstack_client-1.0.5 lib/cloudstack_client/error.rb
cloudstack_client-1.0.4 lib/cloudstack_client/error.rb
cloudstack_client-1.0.3 lib/cloudstack_client/error.rb
cloudstack_client-1.0.2 lib/cloudstack_client/error.rb
cloudstack_client-1.0.1 lib/cloudstack_client/error.rb