Exception: DataCatalog::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/main.rb

Overview

Exceptions

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Hash



8
9
10
# File 'lib/main.rb', line 8

def errors
  @errors
end

#parsed_response_bodyObject

Hash



7
8
9
# File 'lib/main.rb', line 7

def parsed_response_body
  @parsed_response_body
end

#response_bodyObject

String



6
7
8
# File 'lib/main.rb', line 6

def response_body
  @response_body
end