GeneralFileRequestsError

public enum GeneralFileRequestsError : CustomStringConvertible, JSONRepresentable

There is an error accessing the file requests functionality.

  • 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 }