Exception: DropboxApi::Errors::LookupError

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

Constant Summary collapse

ErrorSubtypes =
{
  :malformed_path => MalformedPathError,
  :not_found => NotFoundError,
  :not_file => NotFileError,
  :not_folder => NotFolderError,
  :restricted_content => RestrictedContentError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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