ListFileMembersIndividualResult
public enum ListFileMembersIndividualResult : CustomStringConvertible, JSONRepresentable
The ListFileMembersIndividualResult union
-
The results of the query for this file if it was successful.
Declaration
Swift
case result(Sharing.ListFileMembersCountResult)
-
The result of the query for this file if it was an error.
Declaration
Swift
case accessError(Sharing.SharingFileAccessError)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }