Class GetTeamEventsErrorException

All Implemented Interfaces:
Serializable

public class GetTeamEventsErrorException extends DbxApiException
Exception thrown when the server responds with a GetTeamEventsError error.

This exception is raised by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).

See Also:
  • Field Details

    • errorValue

      public final GetTeamEventsError errorValue
      The error reported by DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg).
  • Constructor Details