GetFileMetadataIndividualResult
public enum GetFileMetadataIndividualResult : CustomStringConvertible, JSONRepresentable
The GetFileMetadataIndividualResult union
-
The result for this file if it was successful.
Declaration
Swift
case metadata(Sharing.SharedFileMetadata)
-
The result 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 }