Class ShareFolderError


  • public final class ShareFolderError
    extends java.lang.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 Detail

      • 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 is more restrictive than ShareFolderArgBase.getMemberPolicy().
      • DISALLOWED_SHARED_LINK_POLICY

        public static final ShareFolderError DISALLOWED_SHARED_LINK_POLICY
        The current user's account is not allowed to select the specified ShareFolderArgBase.getSharedLinkPolicy().
      • 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.