DeleteError

public enum DeleteError : CustomStringConvertible, JSONRepresentable

The DeleteError union

  • An unspecified error.

    Declaration

    Swift

    case pathLookup(Files.LookupError)
  • An unspecified error.

    Declaration

    Swift

    case pathWrite(Files.WriteError)
  • There are too many write operations in user’s Dropbox. Please retry this request.

    Declaration

    Swift

    case tooManyWriteOperations
  • There are too many files in one request. Please retry with fewer files.

    Declaration

    Swift

    case tooManyFiles
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }