AddMemberSelectorError
public enum AddMemberSelectorError : CustomStringConvertible, JSONRepresentable
The AddMemberSelectorError union
-
Automatically created groups can only be added to team folders.
Declaration
Swift
case automaticGroup
-
The value is the ID that could not be identified.
Declaration
Swift
case invalidDropboxId(String)
-
The value is the e-email address that is malformed.
Declaration
Swift
case invalidEmail(String)
-
The value is the ID of the Dropbox user with an unverified email address. Invite unverified users by email address instead of by their Dropbox ID.
Declaration
Swift
case unverifiedDropboxId(String)
-
At least one of the specified groups in members in AddFolderMemberArg is deleted.
Declaration
Swift
case groupDeleted
-
Sharing to a group that is not on the current user’s team.
Declaration
Swift
case groupNotOnTeam
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }