public enum IapErrorCode extends Enum<IapErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static IapErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IapErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IapErrorCode FAILEDOPERATION
public static final IapErrorCode INVALIDPARAMETER
public static final IapErrorCode INVALIDPARAMETER_IDENTITYNAMEINUSE
public static final IapErrorCode INVALIDPARAMETER_METADATAERROR
public static final IapErrorCode INVALIDPARAMETER_PARAMERROR
public static final IapErrorCode INVALIDPARAMETERVALUE_IDENTITYKEYERROR
public static final IapErrorCode INVALIDPARAMETERVALUE_IDENTITYURLERROR
public static final IapErrorCode INVALIDPARAMETERVALUE_NAMEERROR
public static final IapErrorCode LIMITEXCEEDED_IDENTITYFULL
public static final IapErrorCode RESOURCENOTFOUND_IDENTITYNOTEXIST
public static final IapErrorCode RESOURCENOTFOUND_RECORDNOTEXISTS
public static IapErrorCode[] values()
for (IapErrorCode c : IapErrorCode.values()) System.out.println(c);
public static IapErrorCode 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 nullpublic String getValue()
Copyright © 2025. All rights reserved.