public enum TwitterErrorCode extends Enum<TwitterErrorCode>
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getDescription() |
String |
getUserMessage() |
static TwitterErrorCode |
lookup(Integer value) |
static TwitterErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwitterErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterErrorCode COULD_NOT_AUTHENTICATE_YOU
public static final TwitterErrorCode PAGE_DOES_NOT_EXIST
public static final TwitterErrorCode CANNOT_REPORT_YOURSELF_FOR_SPAM
public static final TwitterErrorCode ATTACHMENT_URL_PARAMETER_IS_INVALID
public static final TwitterErrorCode USER_NOT_FOUND
public static final TwitterErrorCode USER_HAS_BEEN_SUSPENDED
public static final TwitterErrorCode YOUR_ACCOUNT_IS_SUSPENDED
public static final TwitterErrorCode TWITTER_REST_API_V1_IS_NO_LONGER_ACTIVE
public static final TwitterErrorCode RATE_LIMIT_EXCEEDED
public static final TwitterErrorCode INVALID_OR_EXPIRED_TOKEN
public static final TwitterErrorCode SSL_REQUIRED
public static final TwitterErrorCode UNABLE_TO_VERIFY_YOUR_CREDENTIALS
public static final TwitterErrorCode OVER_CAPACITY
public static final TwitterErrorCode INTERNAL_ERROR
public static final TwitterErrorCode COULD_NOT_AUTHENTICATE_YOU_2
public static final TwitterErrorCode NO_STATUS_FOUND_WITH_THAT_ID
public static final TwitterErrorCode YOU_ARE_UNABLE_TO_FOLLOW_MORE_PEOPLE_AT_THIS_TIME
public static final TwitterErrorCode YOU_ARE_NOT_AUTHORIZED_TO_SEE_THIS_STATUS
public static final TwitterErrorCode USER_IS_OVER_DAILY_STATUS_UPDATE_LIMIT
public static final TwitterErrorCode STATUS_IS_A_DUPLICATE
public static final TwitterErrorCode OVER_SPAM_REPORT_LIMIT
public static final TwitterErrorCode BAD_AUTHENTICATION_DATA
public static final TwitterErrorCode REQUEST_MIGHT_BE_AUTOMATED
public static final TwitterErrorCode USER_MUST_VERIFY_LOGIN
public static final TwitterErrorCode ENDPOINT_RETIRED
public static final TwitterErrorCode APPLICATION_CANNOT_PERFORM_WRITE_ACTIONS
public static final TwitterErrorCode CANNOT_MUTE_YOURSELF
public static final TwitterErrorCode USER_NOT_MUTTED
public static final TwitterErrorCode ANIMATED_GIFS_ARE_NOT_ALLOWED
public static final TwitterErrorCode INVALID_MEDIA_ID
public static final TwitterErrorCode MEDIA_ID_NOT_FOUND
public static final TwitterErrorCode DIRECT_MESSAGE_TEXT_TOO_LONG
public static final TwitterErrorCode TWEET_DELETED_OR_NOT_VISIBLE_TO_YOU
public static final TwitterErrorCode TOO_MANY_ATTACHMENT_TYPES
public static TwitterErrorCode[] values()
for (TwitterErrorCode c : TwitterErrorCode.values()) System.out.println(c);
public static TwitterErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getCode()
public String getUserMessage()
public String getDescription()
public static TwitterErrorCode lookup(Integer value)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.