Exception: DropboxApi::Errors::SaveUrlError

Inherits:
BasicError
  • Object
show all
Defined in:
lib/dropbox_api/errors/save_url_error.rb

Constant Summary collapse

ErrorSubtypes =
{
  :path => WriteError,
  :download_failed => DownloadFailedError,
  :invalid_url => InvalidUrlError,
  :not_found => NotFoundError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

This class inherits a constructor from DropboxApi::Errors::BasicError