RelocationBatchV2Launch
public enum RelocationBatchV2Launch : CustomStringConvertible, JSONRepresentable
Result returned by copyBatchV2 or moveBatchV2 that may either launch an asynchronous job or complete synchronously.
-
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Declaration
Swift
case asyncJobId(String)
-
An unspecified error.
Declaration
Swift
case complete(Files.RelocationBatchV2Result)
-
Declaration
Swift
public var description: String { get }