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