RelocationBatchErrorEntry
public enum RelocationBatchErrorEntry : CustomStringConvertible, JSONRepresentable
The RelocationBatchErrorEntry union
-
User errors that retry won’t help.
Declaration
Swift
case relocationError(Files.RelocationError)
-
Something went wrong with the job on Dropbox’s end. You’ll need to verify that the action you were taking succeeded, and if not, try again. This should happen very rarely.
Declaration
Swift
case internalError
-
There are too many write operations in user’s Dropbox. Please retry this request.
Declaration
Swift
case tooManyWriteOperations
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }