public enum TkgdqErrorCode extends Enum<TkgdqErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static TkgdqErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TkgdqErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TkgdqErrorCode INTERNALERROR
public static final TkgdqErrorCode INTERNALERROR_GRAPHENGINEERROR
public static final TkgdqErrorCode INTERNALERROR_GREMLINTIMEOUTERROR
public static final TkgdqErrorCode INTERNALERROR_REQUESTENCODEERROR
public static final TkgdqErrorCode INTERNALERROR_REQUESTPARSEERROR
public static final TkgdqErrorCode INTERNALERROR_RESPONSEDECODEERROR
public static final TkgdqErrorCode INVALIDPARAMETER
public static final TkgdqErrorCode INVALIDPARAMETER_INVALIDACTIONERROR
public static final TkgdqErrorCode INVALIDPARAMETERVALUE
public static final TkgdqErrorCode LIMITEXCEEDED_INSUFFICIENTBALANCEERROR
public static final TkgdqErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDACCOUNTERROR
public static TkgdqErrorCode[] values()
for (TkgdqErrorCode c : TkgdqErrorCode.values()) System.out.println(c);
public static TkgdqErrorCode 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.