Class DeleteProfilePhotoErrorException

All Implemented Interfaces:
Serializable

public class DeleteProfilePhotoErrorException extends DbxApiException
Exception thrown when the server responds with a DeleteProfilePhotoError error.

This exception is raised by DbxUserAccountRequests.deleteProfilePhoto(com.dropbox.core.v2.account.DeleteProfilePhotoArg).

See Also:
  • Field Details

    • errorValue

      public final DeleteProfilePhotoError errorValue
      The error reported by DbxUserAccountRequests.deleteProfilePhoto(com.dropbox.core.v2.account.DeleteProfilePhotoArg).
  • Constructor Details