Back to project page socialcde4android.
The source code is released under:
MIT License
If you think the Android project socialcde4android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package it.uniba.socialcde4android.costants; /* w w w .j a v a2 s . c o m*/ public class Error_consts { public static final int SETFOLLOWED_ERROR = 126; public static final int ERROR_SETTINGPASSW = 127; public static final int ERROR_RETRIVENG_GOLLEAGUE = 128; public static final int ERROR_GET_FRIENDS = 129; public static final int ERROR_GETTING_USER = 130; public static final int ERROR_USERNAME_AVAILABLE = 131; public static final int ERROR_WEBSERVICE_RUNNING = 132; public static final int ERROR_SUBSCRIBE_USER = 133; public static final int TIMEOUT_FACTOR = 10; public static final int ERROR_RETRIEVING_SERVICES = 134; public static final int ERROR_GET_OAUTHDATA = 135; public static final int AUTHORIZE_ERROR = 136; public static final int ERROR_RETRIEVING_FEATURES = 137; public static final int SET_FEATURES_ERROR = 138; public static final int UNREG_SERVICE_ERROR = 139; public static final int RECORD_ERROR = 140; public static final int POST_ERROR = 141; public static final int ERROR_RETRIEVING_HIDDEN_SETTINGS = 142; public static final int ERROR_UPDATING_HIDDEN_SETTINGS = 143; public static final int ERROR_RETRIEVING_AVATARS = 144; public static final int SET_AVATAR_ERROR = 145; public static final int ERROR_RETRIEVING_WPOSTS = 146; }