public enum SolarErrorCode extends Enum<SolarErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SolarErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolarErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolarErrorCode FAILEDOPERATION_GENERATETOKENERROR
public static final SolarErrorCode FAILEDOPERATION_INSUFFICIENTPRIZESTOCK
public static final SolarErrorCode INTERNALERROR
public static final SolarErrorCode INTERNALERROR_THIRDSERVERERROR
public static final SolarErrorCode RESOURCENOTFOUND_CHANNEL
public static final SolarErrorCode RESOURCENOTFOUND_FLOW
public static final SolarErrorCode RESOURCENOTFOUND_PROJECT
public static final SolarErrorCode UNSUPPORTEDOPERATION_PROJECTNOTALLOWEDTODELETE
public static final SolarErrorCode UNSUPPORTEDOPERATION_STATUSOFFLINEPROJECT
public static SolarErrorCode[] values()
for (SolarErrorCode c : SolarErrorCode.values()) System.out.println(c);
public static SolarErrorCode 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.