public enum TCInfoRequestFailureType extends Enum<TCInfoRequestFailureType>
| Modifier and Type | Method and Description |
|---|---|
static TCInfoRequestFailureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCInfoRequestFailureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCInfoRequestFailureType UNKNOWN_BOT_UNREALID
public static final TCInfoRequestFailureType REGISTERATION_REQUIRED_FIRST
public static final TCInfoRequestFailureType FAILED_TO_DESERIALIZE_REQUEST_DATA
public static final TCInfoRequestFailureType FAILED_TO_REGISTER_THE_BOT
public static final TCInfoRequestFailureType INVALID_RECIPIENT
public static final TCInfoRequestFailureType GENERIC_FAILURE
public static final TCInfoRequestFailureType INVALID_MESSAGE_TYPE
public static final TCInfoRequestFailureType FAILED_TO_PROCESS_REQUEST
public static final TCInfoRequestFailureType CHANNEL_DOES_NOT_EXIST
public static final TCInfoRequestFailureType CHANNEL_NOT_OWNED_BY_YOU
public static final TCInfoRequestFailureType NOT_CONNECTED_TO_CHANNEL
public static TCInfoRequestFailureType[] values()
for (TCInfoRequestFailureType c : TCInfoRequestFailureType.values()) System.out.println(c);
public static TCInfoRequestFailureType 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 nullCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.