InsufficientQuotaAmounts
public class InsufficientQuotaAmounts : CustomStringConvertible, JSONRepresentable
The InsufficientQuotaAmounts struct
-
The amount of space needed to add the item (the size of the item).
Declaration
Swift
public let spaceNeeded: UInt64 -
The amount of extra space needed to add the item.
Declaration
Swift
public let spaceShortage: UInt64 -
The amount of space left in the user’s Dropbox, less than space_needed.
Declaration
Swift
public let spaceLeft: UInt64 -
Declaration
Swift
public var description: String { get }
View on GitHub
InsufficientQuotaAmounts Class Reference