Exception: DropboxApi::Errors::SharePathError

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

Constant Summary collapse

ErrorSubtypes =
{
  is_file: IsFileError,
  inside_shared_folder: InsideSharedFolderError,
  contains_shared_folder: ContainsSharedFolderError,
  is_app_folder: IsAppFolderError,
  inside_app_folder: InsideAppFolderError,
  is_public_folder: IsPublicFolderError,
  inside_public_folder: InsidePublicFolderError,
  already_shared: AlreadySharedError,
  invalid_path: InvalidPathError,
  is_osx_package: IsOsxPackageError,
  inside_osx_package: InsideOsxPackageError,
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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