public enum ErrorCategory extends Enum<ErrorCategory> implements com.google.protobuf.ProtocolMessageEnum
skywalking.v3.ErrorCategory| Enum Constant and Description |
|---|
ajax
ajax = 0; |
js
js = 4; |
promise
promise = 3; |
resource
resource = 1; |
unknown
unknown = 5; |
UNRECOGNIZED |
vue
vue = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ajax_VALUE
ajax = 0; |
static int |
js_VALUE
js = 4; |
static int |
promise_VALUE
promise = 3; |
static int |
resource_VALUE
resource = 1; |
static int |
unknown_VALUE
unknown = 5; |
static int |
vue_VALUE
vue = 2; |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCategory |
forNumber(int value) |
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<ErrorCategory> |
internalGetValueMap() |
static ErrorCategory |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ErrorCategory |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCategory ajax
ajax = 0;public static final ErrorCategory resource
resource = 1;public static final ErrorCategory vue
vue = 2;public static final ErrorCategory promise
promise = 3;public static final ErrorCategory js
js = 4;public static final ErrorCategory unknown
unknown = 5;public static final ErrorCategory UNRECOGNIZED
public static final int ajax_VALUE
ajax = 0;public static final int resource_VALUE
resource = 1;public static final int vue_VALUE
vue = 2;public static final int promise_VALUE
promise = 3;public static final int js_VALUE
js = 4;public static final int unknown_VALUE
unknown = 5;public static ErrorCategory[] values()
for (ErrorCategory c : ErrorCategory.values()) System.out.println(c);
public static ErrorCategory 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.ProtocolMessageEnum@Deprecated public static ErrorCategory valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ErrorCategory forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ErrorCategory> 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 ErrorCategory valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 The Apache Software Foundation. All rights reserved.