RelocationBatchResultEntry
public enum RelocationBatchResultEntry : CustomStringConvertible, JSONRepresentable
The RelocationBatchResultEntry union
-
An unspecified error.
Declaration
Swift
case failure(Files.RelocationBatchErrorEntry) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
RelocationBatchResultEntry Enumeration Reference