Class DateRangeErrorException

All Implemented Interfaces:
Serializable

public class DateRangeErrorException extends DbxApiException
Exception thrown when the server responds with a DateRangeError error.

This exception is raised by DbxTeamTeamRequests.reportsGetActivity(com.dropbox.core.v2.team.DateRange), DbxTeamTeamRequests.reportsGetDevices(com.dropbox.core.v2.team.DateRange), DbxTeamTeamRequests.reportsGetMembership(com.dropbox.core.v2.team.DateRange), and DbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).

See Also:
  • Field Details

    • errorValue

      public final DateRangeError errorValue
      The error reported by DbxTeamTeamRequests.reportsGetActivity(com.dropbox.core.v2.team.DateRange), DbxTeamTeamRequests.reportsGetDevices(com.dropbox.core.v2.team.DateRange), DbxTeamTeamRequests.reportsGetMembership(com.dropbox.core.v2.team.DateRange), and DbxTeamTeamRequests.reportsGetStorage(com.dropbox.core.v2.team.DateRange).
  • Constructor Details