RateLimitReason

public enum RateLimitReason : CustomStringConvertible, JSONRepresentable

The RateLimitReason union

  • You are making too many requests in the past few minutes.

    Declaration

    Swift

    case tooManyRequests
  • There are currently too many write operations happening in the user’s Dropbox.

    Declaration

    Swift

    case tooManyWriteOperations
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }