Class UploadSessionStartErrorException

All Implemented Interfaces:
Serializable

public class UploadSessionStartErrorException extends DbxApiException
Exception thrown when the server responds with a UploadSessionStartError error.

This exception is raised by DbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).

See Also:
  • Field Details

    • errorValue

      public final UploadSessionStartError errorValue
      The error reported by DbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).
  • Constructor Details