public enum HunyuanErrorCode extends Enum<HunyuanErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static HunyuanErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HunyuanErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HunyuanErrorCode FAILEDOPERATION
public static final HunyuanErrorCode FAILEDOPERATION_ENGINEREQUESTTIMEOUT
public static final HunyuanErrorCode FAILEDOPERATION_ENGINESERVERERROR
public static final HunyuanErrorCode FAILEDOPERATION_ENGINESERVERLIMITEXCEEDED
public static final HunyuanErrorCode FAILEDOPERATION_FREERESOURCEPACKEXHAUSTED
public static final HunyuanErrorCode FAILEDOPERATION_RESOURCEPACKEXHAUSTED
public static final HunyuanErrorCode FAILEDOPERATION_SERVICENOTACTIVATED
public static final HunyuanErrorCode FAILEDOPERATION_SERVICESTOP
public static final HunyuanErrorCode FAILEDOPERATION_SERVICESTOPARREARS
public static final HunyuanErrorCode INTERNALERROR
public static final HunyuanErrorCode INVALIDPARAMETER
public static final HunyuanErrorCode INVALIDPARAMETERVALUE
public static final HunyuanErrorCode INVALIDPARAMETERVALUE_MODEL
public static final HunyuanErrorCode LIMITEXCEEDED
public static HunyuanErrorCode[] values()
for (HunyuanErrorCode c : HunyuanErrorCode.values()) System.out.println(c);
public static HunyuanErrorCode 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.