Enum 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 enum mux.spaces.api.ServerError.Type
    • Field Detail

      • 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
      • 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 name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        java.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:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        java.lang.NullPointerException - if the argument is null