public enum GsErrorCode extends Enum<GsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static GsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GsErrorCode FAILEDOPERATION
public static final GsErrorCode FAILEDOPERATION_LOCKTIMEOUT
public static final GsErrorCode FAILEDOPERATION_PROCESSTIMEOUT
public static final GsErrorCode FAILEDOPERATION_SLOWDOWN
public static final GsErrorCode FAILEDOPERATION_TIMEOUT
public static final GsErrorCode FAILEDOPERATION_TOOFREQUENTLY
public static final GsErrorCode INTERNALERROR
public static final GsErrorCode INVALIDPARAMETER_JSONPARSEERROR
public static final GsErrorCode INVALIDPARAMETERVALUE
public static final GsErrorCode LIMITEXCEEDED_ROLE
public static final GsErrorCode OPERATIONDENIED
public static final GsErrorCode RESOURCENOTFOUND_NOIDLE
public static final GsErrorCode RESOURCENOTFOUND_SESSIONNOTFOUND
public static final GsErrorCode RESOURCEUNAVAILABLE_ACCESSFAILED
public static final GsErrorCode RESOURCEUNAVAILABLE_INITIALIZATION
public static final GsErrorCode UNSUPPORTEDOPERATION_NOTRUNNING
public static final GsErrorCode UNSUPPORTEDOPERATION_STOPPING
public static GsErrorCode[] values()
for (GsErrorCode c : GsErrorCode.values()) System.out.println(c);
public static GsErrorCode 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 © 2024. All rights reserved.