Exception: DropboxApi::Errors::SharedLinkError

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

Constant Summary collapse

ErrorSubtypes =
{
  shared_link_not_found: SharedLinkNotFoundError,
  shared_link_access_denied: SharedLinkAccessDeniedError,
  unsupported_link_type: UnsupportedLinkTypeError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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