PollError
public enum PollError : CustomStringConvertible, JSONRepresentable
Error returned by methods for polling the status of asynchronous job.
-
The job ID is invalid.
Declaration
Swift
case invalidAsyncJobId
-
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
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }