Package com.mux.spaces.api.proto.signals
Enum Signals.ServerError.Type
- java.lang.Object
-
- java.lang.Enum<Signals.ServerError.Type>
-
- com.mux.spaces.api.proto.signals.Signals.ServerError.Type
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<Signals.ServerError.Type>
- Enclosing class:
- Signals.ServerError
public static enum Signals.ServerError.Type extends java.lang.Enum<Signals.ServerError.Type> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enummux.spaces.api.ServerError.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISCONNECTEDDISCONNECTED = 1;DUPLICATE_PARTICIPANT_REJECTEDDUPLICATE_PARTICIPANT_REJECTED = 3;GET_ANSWER_ERRORGET_ANSWER_ERROR = 8;GET_OFFER_ERRORGET_OFFER_ERROR = 9;HIT_TIME_LIMITHIT_TIME_LIMIT = 2;ICE_CANDIDATE_ERRORICE_CANDIDATE_ERROR = 11;INTERNALINTERNAL = 12;INVALID_JWTINVALID_JWT = 5;PARTICIPANT_LIMIT_REACHEDPARTICIPANT_LIMIT_REACHED = 6;PEER_CONNECTION_CLOSEDPEER_CONNECTION_CLOSED = 4;PUBLISHER_LIMIT_REACHEDPUBLISHER_LIMIT_REACHED = 13;SET_ANSWER_ERRORSET_ANSWER_ERROR = 10;SUBSCRIBER_LIMIT_REACHEDSUBSCRIBER_LIMIT_REACHED = 14;TURN_CRED_GEN_ERRORTURN_CRED_GEN_ERROR = 7;UNKNOWNUNKNOWN = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intDISCONNECTED_VALUEDISCONNECTED = 1;static intDUPLICATE_PARTICIPANT_REJECTED_VALUEDUPLICATE_PARTICIPANT_REJECTED = 3;static intGET_ANSWER_ERROR_VALUEGET_ANSWER_ERROR = 8;static intGET_OFFER_ERROR_VALUEGET_OFFER_ERROR = 9;static intHIT_TIME_LIMIT_VALUEHIT_TIME_LIMIT = 2;static intICE_CANDIDATE_ERROR_VALUEICE_CANDIDATE_ERROR = 11;static intINTERNAL_VALUEINTERNAL = 12;static intINVALID_JWT_VALUEINVALID_JWT = 5;static intPARTICIPANT_LIMIT_REACHED_VALUEPARTICIPANT_LIMIT_REACHED = 6;static intPEER_CONNECTION_CLOSED_VALUEPEER_CONNECTION_CLOSED = 4;static intPUBLISHER_LIMIT_REACHED_VALUEPUBLISHER_LIMIT_REACHED = 13;static intSET_ANSWER_ERROR_VALUESET_ANSWER_ERROR = 10;static intSUBSCRIBER_LIMIT_REACHED_VALUESUBSCRIBER_LIMIT_REACHED = 14;static intTURN_CRED_GEN_ERROR_VALUETURN_CRED_GEN_ERROR = 7;static intUNKNOWN_VALUEUNKNOWN = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Signals.ServerError.TypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Signals.ServerError.Type>internalGetValueMap()static Signals.ServerError.TypevalueOf(int value)Deprecated.static Signals.ServerError.TypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Signals.ServerError.TypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Signals.ServerError.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final Signals.ServerError.Type UNKNOWN
UNKNOWN = 0;
-
DISCONNECTED
public static final Signals.ServerError.Type DISCONNECTED
DISCONNECTED = 1;
-
HIT_TIME_LIMIT
public static final Signals.ServerError.Type HIT_TIME_LIMIT
HIT_TIME_LIMIT = 2;
-
DUPLICATE_PARTICIPANT_REJECTED
public static final Signals.ServerError.Type DUPLICATE_PARTICIPANT_REJECTED
DUPLICATE_PARTICIPANT_REJECTED = 3;
-
PEER_CONNECTION_CLOSED
public static final Signals.ServerError.Type PEER_CONNECTION_CLOSED
PEER_CONNECTION_CLOSED = 4;
-
INVALID_JWT
public static final Signals.ServerError.Type INVALID_JWT
INVALID_JWT = 5;
-
PARTICIPANT_LIMIT_REACHED
public static final Signals.ServerError.Type PARTICIPANT_LIMIT_REACHED
PARTICIPANT_LIMIT_REACHED = 6;
-
TURN_CRED_GEN_ERROR
public static final Signals.ServerError.Type TURN_CRED_GEN_ERROR
TURN_CRED_GEN_ERROR = 7;
-
GET_ANSWER_ERROR
public static final Signals.ServerError.Type GET_ANSWER_ERROR
GET_ANSWER_ERROR = 8;
-
GET_OFFER_ERROR
public static final Signals.ServerError.Type GET_OFFER_ERROR
GET_OFFER_ERROR = 9;
-
SET_ANSWER_ERROR
public static final Signals.ServerError.Type SET_ANSWER_ERROR
SET_ANSWER_ERROR = 10;
-
ICE_CANDIDATE_ERROR
public static final Signals.ServerError.Type ICE_CANDIDATE_ERROR
ICE_CANDIDATE_ERROR = 11;
-
INTERNAL
public static final Signals.ServerError.Type INTERNAL
INTERNAL = 12;
-
PUBLISHER_LIMIT_REACHED
public static final Signals.ServerError.Type PUBLISHER_LIMIT_REACHED
PUBLISHER_LIMIT_REACHED = 13;
-
SUBSCRIBER_LIMIT_REACHED
public static final Signals.ServerError.Type SUBSCRIBER_LIMIT_REACHED
SUBSCRIBER_LIMIT_REACHED = 14;
-
UNRECOGNIZED
public static final Signals.ServerError.Type UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
UNKNOWN = 0;- See Also:
- Constant Field Values
-
DISCONNECTED_VALUE
public static final int DISCONNECTED_VALUE
DISCONNECTED = 1;- See Also:
- Constant Field Values
-
HIT_TIME_LIMIT_VALUE
public static final int HIT_TIME_LIMIT_VALUE
HIT_TIME_LIMIT = 2;- See Also:
- Constant Field Values
-
DUPLICATE_PARTICIPANT_REJECTED_VALUE
public static final int DUPLICATE_PARTICIPANT_REJECTED_VALUE
DUPLICATE_PARTICIPANT_REJECTED = 3;- See Also:
- Constant Field Values
-
PEER_CONNECTION_CLOSED_VALUE
public static final int PEER_CONNECTION_CLOSED_VALUE
PEER_CONNECTION_CLOSED = 4;- See Also:
- Constant Field Values
-
INVALID_JWT_VALUE
public static final int INVALID_JWT_VALUE
INVALID_JWT = 5;- See Also:
- Constant Field Values
-
PARTICIPANT_LIMIT_REACHED_VALUE
public static final int PARTICIPANT_LIMIT_REACHED_VALUE
PARTICIPANT_LIMIT_REACHED = 6;- See Also:
- Constant Field Values
-
TURN_CRED_GEN_ERROR_VALUE
public static final int TURN_CRED_GEN_ERROR_VALUE
TURN_CRED_GEN_ERROR = 7;- See Also:
- Constant Field Values
-
GET_ANSWER_ERROR_VALUE
public static final int GET_ANSWER_ERROR_VALUE
GET_ANSWER_ERROR = 8;- See Also:
- Constant Field Values
-
GET_OFFER_ERROR_VALUE
public static final int GET_OFFER_ERROR_VALUE
GET_OFFER_ERROR = 9;- See Also:
- Constant Field Values
-
SET_ANSWER_ERROR_VALUE
public static final int SET_ANSWER_ERROR_VALUE
SET_ANSWER_ERROR = 10;- See Also:
- Constant Field Values
-
ICE_CANDIDATE_ERROR_VALUE
public static final int ICE_CANDIDATE_ERROR_VALUE
ICE_CANDIDATE_ERROR = 11;- See Also:
- Constant Field Values
-
INTERNAL_VALUE
public static final int INTERNAL_VALUE
INTERNAL = 12;- See Also:
- Constant Field Values
-
PUBLISHER_LIMIT_REACHED_VALUE
public static final int PUBLISHER_LIMIT_REACHED_VALUE
PUBLISHER_LIMIT_REACHED = 13;- See Also:
- Constant Field Values
-
SUBSCRIBER_LIMIT_REACHED_VALUE
public static final int SUBSCRIBER_LIMIT_REACHED_VALUE
SUBSCRIBER_LIMIT_REACHED = 14;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Signals.ServerError.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Signals.ServerError.Type c : Signals.ServerError.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Signals.ServerError.Type valueOf(java.lang.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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Signals.ServerError.Type valueOf(int value)
Deprecated.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.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static Signals.ServerError.Type forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Signals.ServerError.Type> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Signals.ServerError.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-