RemoveMemberJobStatus
public enum RemoveMemberJobStatus : CustomStringConvertible, JSONRepresentable
The RemoveMemberJobStatus union
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
Removing the folder member has finished. The value is information about whether the member has another form of access.
Declaration
Swift
case complete(Sharing.MemberAccessLevelResult)
-
An unspecified error.
Declaration
Swift
case failed(Sharing.RemoveFolderMemberError)
-
Declaration
Swift
public var description: String { get }