UploadSessionStartError

public enum UploadSessionStartError : CustomStringConvertible, JSONRepresentable

The UploadSessionStartError union

  • Uploading data not allowed when starting concurrent upload session.

    Declaration

    Swift

    case concurrentSessionDataNotAllowed
  • Can not start a closed concurrent upload session.

    Declaration

    Swift

    case concurrentSessionCloseNotAllowed
  • The request payload must be at most 150 MB.

    Declaration

    Swift

    case payloadTooLarge
  • The content received by the Dropbox server in this call does not match the provided content hash.

    Declaration

    Swift

    case contentHashMismatch
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }