Class ShareFolderError

java.lang.Object
com.dropbox.core.v2.sharing.ShareFolderError

public final class ShareFolderError extends Object
This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.
  • Field Details

    • EMAIL_UNVERIFIED

      public static final ShareFolderError EMAIL_UNVERIFIED
      This user's email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here.
    • TEAM_POLICY_DISALLOWS_MEMBER_POLICY

      public static final ShareFolderError TEAM_POLICY_DISALLOWS_MEMBER_POLICY
      Team policy or group sharing settings are more restrictive than ShareFolderArgBase.getMemberPolicy().
    • OTHER

      public static final ShareFolderError OTHER
      Catch-all used for unknown tag values returned by the Dropbox servers.

      Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.

    • NO_PERMISSION

      public static final ShareFolderError NO_PERMISSION
      The current user does not have permission to perform this action.
  • Method Details