Class JobError

java.lang.Object
com.dropbox.core.v2.sharing.JobError

public final class JobError extends Object
Error occurred while performing an asynchronous job from DbxUserSharingRequests.unshareFolder(String,boolean) or DbxUserSharingRequests.removeFolderMember(String,MemberSelector,boolean).

This class is an open tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.

Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the OTHER value will be used.