DBSHARINGUnmountFolderErrorTag

Objective-C

enum DBSHARINGUnmountFolderErrorTag : NSInteger {}

Swift

@frozen enum DBSHARINGUnmountFolderErrorTag : Int, @unchecked Sendable

The DBSHARINGUnmountFolderErrorTag enum type represents the possible tag states with which the DBSHARINGUnmountFolderError union can exist.

  • (no description).

    Declaration

    Objective-C

    DBSHARINGUnmountFolderErrorAccessError

    Swift

    case accessError = 0
  • The current user does not have permission to perform this action.

    Declaration

    Objective-C

    DBSHARINGUnmountFolderErrorNoPermission

    Swift

    case noPermission = 1
  • 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.

    Declaration

    Objective-C

    DBSHARINGUnmountFolderErrorNotUnmountable

    Swift

    case notUnmountable = 2
  • (no description).

    Declaration

    Objective-C

    DBSHARINGUnmountFolderErrorOther

    Swift

    case other = 3