Exception: DropboxApi::Errors::CreateSharedLinkWithSettingsError

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

Constant Summary collapse

ErrorSubtypes =
{
  path: LookupError,
  email_not_verified: EmailUnverifiedError,
  shared_link_already_exists: SharedLinkAlreadyExistsError,
  settings_error: SettingsError,
  access_denied: NoPermissionError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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