GroupsPollError

public enum GroupsPollError : CustomStringConvertible, JSONRepresentable

The GroupsPollError union

  • 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
  • You are not allowed to poll this job.

    Declaration

    Swift

    case accessDenied
  • Declaration

    Swift

    public var description: String { get }