Uses of Enum
org.apache.skywalking.apm.network.language.agent.v3.ErrorCategory
Packages that use ErrorCategory
-
Uses of ErrorCategory in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return ErrorCategoryModifier and TypeMethodDescriptionstatic ErrorCategoryErrorCategory.forNumber(int value) BrowserErrorLog.Builder.getCategory().skywalking.v3.ErrorCategory category = 6;BrowserErrorLog.getCategory().skywalking.v3.ErrorCategory category = 6;BrowserErrorLogOrBuilder.getCategory().skywalking.v3.ErrorCategory category = 6;static ErrorCategoryErrorCategory.valueOf(int value) Deprecated.static ErrorCategoryErrorCategory.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ErrorCategoryReturns the enum constant of this type with the specified name.static ErrorCategory[]ErrorCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type ErrorCategoryModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ErrorCategory>ErrorCategory.internalGetValueMap()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type ErrorCategoryModifier and TypeMethodDescriptionBrowserErrorLog.Builder.setCategory(ErrorCategory value) .skywalking.v3.ErrorCategory category = 6;