Class UserInfoErrorException

All Implemented Interfaces:
Serializable

public class UserInfoErrorException extends DbxApiException
Exception thrown when the server responds with a UserInfoError error.

This exception is raised by DbxUserOpenidRequests.userinfo(com.dropbox.core.v2.openid.UserInfoArgs).

See Also:
  • Field Details

    • errorValue

      public final UserInfoError errorValue
      The error reported by DbxUserOpenidRequests.userinfo(com.dropbox.core.v2.openid.UserInfoArgs).
  • Constructor Details