Class UnmountFolderError


  • public final class UnmountFolderError
    extends java.lang.Object
    This class is an open 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.

    Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the OTHER value will be used.

    • Field Detail

      • NO_PERMISSION

        public static final UnmountFolderError NO_PERMISSION
        The current user does not have permission to perform this action.
      • NOT_UNMOUNTABLE

        public static final UnmountFolderError NOT_UNMOUNTABLE
        The shared folder can't be unmounted. One example where this can occur is when the shared folder's parent folder is also a shared folder that resides in the current user's Dropbox.
      • OTHER

        public static final UnmountFolderError 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.