Exception: DropboxApi::Errors::UnshareFileError

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

Constant Summary collapse

ErrorSubtypes =
{
  user_error: SharingUserError,
  access_error: SharingFileAccessError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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