Exception: DropboxApi::Errors::AddFolderMemberError

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

Constant Summary collapse

ErrorSubtypes =
{
  access_error: SharedFolderAccessError,
  email_unverified: EmailUnverifiedError,
  bad_member: AddMemberSelectorError,
  cant_share_outside_team: CantShareOutsideTeamError,
  too_many_members: TooManyMembersError,
  too_many_pending_invites: TooManyPendingInvitesError,
  rate_limit: RateLimitError,
  insufficient_plan: InsufficientPlanError,
  team_folder: TeamFolderError,
  no_permission: NoPermissionError
}.freeze

Method Summary

Methods inherited from BasicError

build, find_subtype, #initialize

Constructor Details

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