public static enum Entities.ErrorCode extends Enum<Entities.ErrorCode> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
ErrorCode_BackendError_VALUE |
static int |
ErrorCode_CommunicationError_VALUE |
static int |
ErrorCode_ConcurrentModification_VALUE |
static int |
ErrorCode_InvalidCredentials_VALUE |
static int |
ErrorCode_InvalidSession_VALUE |
static int |
ErrorCode_MalformedRequestDTO_VALUE |
static int |
ErrorCode_NoError_VALUE |
static int |
ErrorCode_NotConnected_VALUE |
static int |
ErrorCode_RequestTimedOut_VALUE |
static int |
ErrorCode_ServerLaunchTimedOut_VALUE |
static int |
ErrorCode_ServerUnavailable_VALUE |
static int |
ErrorCode_SystemError_VALUE |
static int |
ErrorCode_UnknownError_VALUE |
static int |
ErrorCode_UnsupportedOperation_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Entities.ErrorCode> |
internalGetValueMap() |
static Entities.ErrorCode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Entities.ErrorCode |
valueOf(int value) |
static Entities.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entities.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entities.ErrorCode ErrorCode_NoError
public static final Entities.ErrorCode ErrorCode_SystemError
public static final Entities.ErrorCode ErrorCode_UnknownError
public static final Entities.ErrorCode ErrorCode_BackendError
public static final Entities.ErrorCode ErrorCode_RequestTimedOut
public static final Entities.ErrorCode ErrorCode_UnsupportedOperation
public static final Entities.ErrorCode ErrorCode_InvalidSession
public static final Entities.ErrorCode ErrorCode_CommunicationError
public static final Entities.ErrorCode ErrorCode_NotConnected
public static final Entities.ErrorCode ErrorCode_ConcurrentModification
public static final Entities.ErrorCode ErrorCode_MalformedRequestDTO
public static final Entities.ErrorCode ErrorCode_InvalidCredentials
public static final Entities.ErrorCode ErrorCode_ServerLaunchTimedOut
public static final Entities.ErrorCode ErrorCode_ServerUnavailable
public static final int ErrorCode_NoError_VALUE
public static final int ErrorCode_SystemError_VALUE
public static final int ErrorCode_UnknownError_VALUE
public static final int ErrorCode_BackendError_VALUE
public static final int ErrorCode_RequestTimedOut_VALUE
public static final int ErrorCode_UnsupportedOperation_VALUE
public static final int ErrorCode_InvalidSession_VALUE
public static final int ErrorCode_CommunicationError_VALUE
public static final int ErrorCode_NotConnected_VALUE
public static final int ErrorCode_ConcurrentModification_VALUE
public static final int ErrorCode_MalformedRequestDTO_VALUE
public static final int ErrorCode_InvalidCredentials_VALUE
public static final int ErrorCode_ServerLaunchTimedOut_VALUE
public static final int ErrorCode_ServerUnavailable_VALUE
public static Entities.ErrorCode[] values()
for (Entities.ErrorCode c : Entities.ErrorCode.values()) System.out.println(c);
public static Entities.ErrorCode 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Entities.ErrorCode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Entities.ErrorCode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Entities.ErrorCode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.