Enum EdgeClient.Error
-
- All Implemented Interfaces:
-
com.google.protobuf.Internal.EnumLite
public enum EdgeClient.Error implements Internal.EnumLiteProtobuf enum
ziti.edge_client.pb.Error
-
-
Field Summary
Fields Modifier and Type Field Description public final static intOK_VALUEpublic final static intInternal_VALUEpublic final static intInvalidApiSession_VALUEpublic final static intInvalidSession_VALUEpublic final static intWrongSessionType_VALUEpublic final static intInvalidEdgeRouterForSession_VALUEpublic final static intInvalidService_VALUEpublic final static intTunnelingNotEnabled_VALUEpublic final static intInvalidTerminator_VALUEpublic final static intInvalidPrecedence_VALUEpublic final static intInvalidCost_VALUEpublic final static intEncryptionDataMissing_VALUE
-
Enum Constant Summary
Enum Constants Enum Constant Description OKOK = 0;InternalInternal = 1;InvalidApiSessionInvalidApiSession = 2;InvalidSessionInvalidSession = 3;WrongSessionTypeWrongSessionType = 4;InvalidEdgeRouterForSessionInvalidEdgeRouterForSession = 5;InvalidServiceInvalidService = 6;TunnelingNotEnabledTunnelingNotEnabled = 7;InvalidTerminatorInvalidTerminator = 8;InvalidPrecedenceInvalidPrecedence = 9;InvalidCostInvalidCost = 10;EncryptionDataMissingEncryptionDataMissing = 11;UNRECOGNIZED
-
Method Summary
Modifier and Type Method Description final intgetNumber()static EdgeClient.ErrorvalueOf(int value)static EdgeClient.ErrorforNumber(int value)static Internal.EnumLiteMap<EdgeClient.Error>internalGetValueMap()static Internal.EnumVerifierinternalGetVerifier()static Array<EdgeClient.Error>values()Returns an array containing the constants of this enum type, in the order they're declared. static EdgeClient.ErrorvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
getNumber
final int getNumber()
-
valueOf
@Deprecated() static EdgeClient.Error valueOf(int value)
- Parameters:
value- The number of the enum to look for.- Returns:
The enum associated with the given number.
-
forNumber
static EdgeClient.Error forNumber(int value)
-
internalGetValueMap
static Internal.EnumLiteMap<EdgeClient.Error> internalGetValueMap()
-
internalGetVerifier
static Internal.EnumVerifier internalGetVerifier()
-
values
static Array<EdgeClient.Error> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static EdgeClient.Error valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-