public enum DcErrorCode extends Enum<DcErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getValue()  | 
static DcErrorCode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DcErrorCode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DcErrorCode AUTHFAILURE
public static final DcErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final DcErrorCode FAILEDOPERATION
public static final DcErrorCode INTERNALERROR
public static final DcErrorCode INVALIDPARAMETER
public static final DcErrorCode INVALIDPARAMETER_ADDRESSERROR
public static final DcErrorCode INVALIDPARAMETER_DIRECTCONNECTIDISNOTUIN
public static final DcErrorCode INVALIDPARAMETER_UINISNOTEXIST
public static final DcErrorCode INVALIDPARAMETER_VLANCONFLICT
public static final DcErrorCode INVALIDPARAMETERVALUE
public static final DcErrorCode INVALIDPARAMETERVALUE_VLANCONFLICT
public static final DcErrorCode LIMITEXCEEDED
public static final DcErrorCode LIMITEXCEEDED_DIRECTCONNECTLIMITEXCEEDED
public static final DcErrorCode LIMITEXCEEDED_DIRECTCONNECTTUNNELLIMITEXCEEDED
public static final DcErrorCode MISSINGPARAMETER
public static final DcErrorCode RESOURCEINUSE_DCVPCISEXIST
public static final DcErrorCode RESOURCENOTFOUND
public static final DcErrorCode RESOURCENOTFOUND_DIRECTCONNECTTUNNELIDISNOTEXIST
public static final DcErrorCode RESOURCEUNAVAILABLE
public static final DcErrorCode RESOURCEUNAVAILABLE_INSUFFICIENTBALANCE
public static final DcErrorCode UNAUTHORIZEDOPERATION
public static final DcErrorCode UNSUPPORTEDOPERATION
public static final DcErrorCode UNSUPPORTEDOPERATION_CROSSBORDERDIRECTCONNECTTUNNEL
public static final DcErrorCode UNSUPPORTEDOPERATION_STATECONFLICT
public static DcErrorCode[] values()
for (DcErrorCode c : DcErrorCode.values()) System.out.println(c);
public static DcErrorCode 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.