Exception: DropboxApi::Errors::RestoreError

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

Constant Summary collapse

ErrorSubtypes =
{
  :path_lookup => LookupError,
  :path_write => WriteError,
  :invalid_revision => InvalidRevisionError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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