-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ErrorEvent.Category extends Enum<ErrorEvent.Category>
The specific category of the error. It provides a high-level grouping for different types of errors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Category.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description MEMORY_WARNINGWATCHDOG_TERMINATIONEXCEPTIONAPP_HANGANR
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-