RuntimeError
This is the usual error raised on any Dropbox related Errors
# File lib/dropbox_sdk.rb, line 622 def initialize(error, http_response=nil, user_error=nil) @error = error @http_response = http_response @user_error = user_error end
# File lib/dropbox_sdk.rb, line 628 def to_s return "#{user_error} (#{error})" if user_error "#{error}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.