com.dropbox.client2.exception
Class DropboxServerException.Error
java.lang.Object
com.dropbox.client2.exception.DropboxServerException.Error
- Enclosing class:
- DropboxServerException
public static class DropboxServerException.Error
- extends Object
|
Field Summary |
String |
error
English version of the error. |
String |
userError
The error in the user's locale, if intended to be displayed to the user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
public String error
- English version of the error.
userError
public String userError
- The error in the user's locale, if intended to be displayed to the user.
DropboxServerException.Error
public DropboxServerException.Error(Map<String,Object> map)
Copyright © 2012. All Rights Reserved.