public enum SmhErrorCode extends Enum<SmhErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SmhErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmhErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmhErrorCode INTERNALERROR
public static final SmhErrorCode INTERNALERROR_MODIFYRESOURCESTATUSFAIL
public static final SmhErrorCode INTERNALERROR_POSTPAIDFAIL
public static final SmhErrorCode INTERNALERROR_SENDSMS
public static final SmhErrorCode INVALIDPARAMETER_ONEOFACCOUNTNAMEANDACCOUNTPASSWORDISEMPTY
public static final SmhErrorCode INVALIDPARAMETER_ONEOFCOUNTRYCODEANDPHONENUMBERISEMPTY
public static final SmhErrorCode INVALIDPARAMETERVALUE
public static final SmhErrorCode INVALIDPARAMETERVALUE_ACCOUNTNAMETOOLONG
public static final SmhErrorCode INVALIDPARAMETERVALUE_ACCOUNTPASSWORD
public static final SmhErrorCode INVALIDPARAMETERVALUE_ACCOUNTUSERIDTOOLONG
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNAMEINVALID
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNAMENOTBELONGYOU
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNOTFOUND
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNOTSUPPORT
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETREGIONINVALID
public static final SmhErrorCode INVALIDPARAMETERVALUE_COSSTORAGECLASS
public static final SmhErrorCode INVALIDPARAMETERVALUE_COSSTORAGECLASSINTELLIGENTTIERING
public static final SmhErrorCode INVALIDPARAMETERVALUE_COUNTRYCODE
public static final SmhErrorCode INVALIDPARAMETERVALUE_COUNTRYCODETOOLONG
public static final SmhErrorCode INVALIDPARAMETERVALUE_DESTROYTIME
public static final SmhErrorCode INVALIDPARAMETERVALUE_DUPLICATEACCOUNTNAME
public static final SmhErrorCode INVALIDPARAMETERVALUE_DUPLICATEACCOUNTUSERID
public static final SmhErrorCode INVALIDPARAMETERVALUE_DUPLICATEEMAIL
public static final SmhErrorCode INVALIDPARAMETERVALUE_DUPLICATEUSERPHONENUMBER
public static final SmhErrorCode INVALIDPARAMETERVALUE_EMAILTOOLONG
public static final SmhErrorCode INVALIDPARAMETERVALUE_FILTER
public static final SmhErrorCode INVALIDPARAMETERVALUE_INVALIDACCOUNTNAME
public static final SmhErrorCode INVALIDPARAMETERVALUE_INVALIDACCOUNTUSERID
public static final SmhErrorCode INVALIDPARAMETERVALUE_INVALIDCOUNTRYCODE
public static final SmhErrorCode INVALIDPARAMETERVALUE_INVALIDEMAIL
public static final SmhErrorCode INVALIDPARAMETERVALUE_INVALIDPHONENUMBER
public static final SmhErrorCode INVALIDPARAMETERVALUE_ISOLATETIME
public static final SmhErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final SmhErrorCode INVALIDPARAMETERVALUE_NOTMODIFIED
public static final SmhErrorCode INVALIDPARAMETERVALUE_NOTSUPERADMIN
public static final SmhErrorCode INVALIDPARAMETERVALUE_PHONENUMBER
public static final SmhErrorCode INVALIDPARAMETERVALUE_PHONENUMBERTOOLONG
public static final SmhErrorCode INVALIDPARAMETERVALUE_ROLENOTSUPPORT
public static final SmhErrorCode INVALIDPARAMETERVALUE_TOOMANYFILTERS
public static final SmhErrorCode LIMITEXCEEDED_USERLIMIT
public static final SmhErrorCode REQUESTLIMITEXCEEDED_SENDSMS
public static final SmhErrorCode RESOURCEINUSE_MULTISPACE
public static final SmhErrorCode RESOURCENOTFOUND_LIBRARY
public static final SmhErrorCode RESOURCENOTFOUND_OFFICIALINSTANCE
public static final SmhErrorCode RESOURCENOTFOUND_USER
public static final SmhErrorCode UNAUTHORIZEDOPERATION_PASSROLE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SERVICELINKEDROLE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SMSCODE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SMSCODEEXCEEDED
public static final SmhErrorCode UNSUPPORTEDOPERATION_BALANCELESS
public static final SmhErrorCode UNSUPPORTEDOPERATION_PURPOSE
public static SmhErrorCode[] values()
for (SmhErrorCode c : SmhErrorCode.values()) System.out.println(c);
public static SmhErrorCode 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.