CountFileRequestsError
public enum CountFileRequestsError : CustomStringConvertible, JSONRepresentable
There was an error counting the file requests.
-
This user’s Dropbox Business team doesn’t allow file requests.
Declaration
Swift
case disabledForTeam
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }