public static enum SteamUtils.SteamAPICallFailure extends Enum<SteamUtils.SteamAPICallFailure>
| Enum Constant and Description |
|---|
InvalidHandle |
MismatchedCallback |
NetworkFailure |
None |
SteamGone |
| Modifier and Type | Method and Description |
|---|---|
static SteamUtils.SteamAPICallFailure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUtils.SteamAPICallFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUtils.SteamAPICallFailure None
public static final SteamUtils.SteamAPICallFailure SteamGone
public static final SteamUtils.SteamAPICallFailure NetworkFailure
public static final SteamUtils.SteamAPICallFailure InvalidHandle
public static final SteamUtils.SteamAPICallFailure MismatchedCallback
public static SteamUtils.SteamAPICallFailure[] values()
for (SteamUtils.SteamAPICallFailure c : SteamUtils.SteamAPICallFailure.values()) System.out.println(c);
public static SteamUtils.SteamAPICallFailure valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.