SaveUrlJobStatus
public enum SaveUrlJobStatus : CustomStringConvertible, JSONRepresentable
The SaveUrlJobStatus union
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
Metadata of the file where the URL is saved to.
Declaration
Swift
case complete(Files.FileMetadata)
-
An unspecified error.
Declaration
Swift
case failed(Files.SaveUrlError)
-
Declaration
Swift
public var description: String { get }