-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ErrorEvent.Handling extends Enum<ErrorEvent.Handling>
Whether the error has been handled manually in the source code or not
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Handling.Companion
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-