Exception: Dropbox::ParseError

Inherits:
APIError show all
Defined in:
lib/dropbox/api.rb

Overview

Raised when the Dropbox API returns a response that was not understood.

Instance Attribute Summary

Attributes inherited from APIError

#request, #response

Instance Method Summary collapse

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from Dropbox::APIError

Instance Method Details

#to_sObject

:nodoc:



521
522
523
# File 'lib/dropbox/api.rb', line 521

def to_s # :nodoc:
  "Invalid response received: #{request}"
end