public enum ErrorState extends java.lang.Enum<ErrorState>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMetricName() |
static ErrorState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorState CreateWebApp
public static final ErrorState NetworkConfigRequest
public static final ErrorState NetworkWebviewRequest
public static final ErrorState InvalidHash
public static final ErrorState CreateWebview
public static final ErrorState MalformedWebviewRequest
public static final ErrorState ResetWebApp
public static final ErrorState LoadCache
public static final ErrorState InitModules
public static final ErrorState CreateWebviewTimeout
public static final ErrorState CreateWebviewGameIdDisabled
public static final ErrorState CreateWebviewConfigError
public static final ErrorState CreateWebviewInvalidArgument
public static ErrorState[] values()
for (ErrorState c : ErrorState.values()) System.out.println(c);
public static ErrorState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMetricName()