public enum VmsErrorCode extends Enum<VmsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VmsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmsErrorCode FAILEDOPERATION_ACCESSUPSTREAMTIMEOUT
public static final VmsErrorCode FAILEDOPERATION_CONTAINSENSITIVEWORD
public static final VmsErrorCode FAILEDOPERATION_FAILRESOLVEPACKET
public static final VmsErrorCode FAILEDOPERATION_INSUFFICIENTBALANCEINVOICEPACKAGE
public static final VmsErrorCode FAILEDOPERATION_INVALIDJSONPARAMETERS
public static final VmsErrorCode FAILEDOPERATION_INVALIDPARAMETERS
public static final VmsErrorCode FAILEDOPERATION_JSONPARSEFAIL
public static final VmsErrorCode FAILEDOPERATION_PARAMETERSOTHERERROR
public static final VmsErrorCode FAILEDOPERATION_PHONENUMBERUNAPPLIEDOREXPIRED
public static final VmsErrorCode FAILEDOPERATION_TEMPLATEINCORRECTORUNAPPROVED
public static final VmsErrorCode INTERNALERROR_ACCESSUPSTREAMTIMEOUT
public static final VmsErrorCode INTERNALERROR_REQUESTTIMEEXCEPTION
public static final VmsErrorCode INTERNALERROR_RESTAPIINTERFACENOTEXIST
public static final VmsErrorCode INTERNALERROR_SIGVERIFICATIONFAIL
public static final VmsErrorCode INTERNALERROR_SSOSENDRECVFAIL
public static final VmsErrorCode INTERNALERROR_UPSTREAMERROR
public static final VmsErrorCode INVALIDPARAMETERVALUE_CALLEDNUMBERVERIFYFAIL
public static final VmsErrorCode INVALIDPARAMETERVALUE_CONTENTLENGTHLIMIT
public static final VmsErrorCode INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST
public static final VmsErrorCode LIMITEXCEEDED_DELIVERYFREQUENCYLIMIT
public static final VmsErrorCode UNAUTHORIZEDOPERATION_SDKAPPIDISDISABLED
public static final VmsErrorCode UNAUTHORIZEDOPERATION_SERVICESUSPENDDUETOARREARS
public static final VmsErrorCode UNAUTHORIZEDOPERATION_VOICESDKAPPIDVERIFYFAIL
public static final VmsErrorCode UNSUPPORTEDOPERATION
public static VmsErrorCode[] values()
for (VmsErrorCode c : VmsErrorCode.values()) System.out.println(c);
public static VmsErrorCode 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 © 2022. All rights reserved.