DeleteBatchJobStatus
public enum DeleteBatchJobStatus : CustomStringConvertible, JSONRepresentable
The DeleteBatchJobStatus union
-
The asynchronous job is still in progress.
Declaration
Swift
case inProgress
-
The batch delete has finished.
Declaration
Swift
case complete(Files.DeleteBatchResult)
-
The batch delete has failed.
Declaration
Swift
case failed(Files.DeleteBatchError)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }