-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ErrorEvent.Plan extends Enum<ErrorEvent.Plan>
Session plan: 1 is the plan without replay, 2 is the plan with replay
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Plan.Companion
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-