Exception: CartoDB::Api::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cartodb/api/error.rb

Direct Known Subclasses

ParsingError

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



10
11
12
# File 'lib/cartodb/api/error.rb', line 10

def body
  @body
end

#detailsObject

Returns the value of attribute details.



10
11
12
# File 'lib/cartodb/api/error.rb', line 10

def details
  @details
end

#raw_bodyObject

Returns the value of attribute raw_body.



10
11
12
# File 'lib/cartodb/api/error.rb', line 10

def raw_body
  @raw_body
end

#status_codeObject

Returns the value of attribute status_code.



10
11
12
# File 'lib/cartodb/api/error.rb', line 10

def status_code
  @status_code
end

#titleObject

Returns the value of attribute title.



10
11
12
# File 'lib/cartodb/api/error.rb', line 10

def title
  @title
end