
com.tencentcloudapi.intlpartnersmgt.v20220928.IntlpartnersmgtErrorCode Maven / Gradle / Ivy
package com.tencentcloudapi.intlpartnersmgt.v20220928;
public enum IntlpartnersmgtErrorCode {
// CAM signature/authentication error.
AUTHFAILURE("AuthFailure"),
// Operation failed.
FAILEDOPERATION("FailedOperation"),
//
FAILEDOPERATION_EXCEEDMAXBINDCOUNT("FailedOperation.ExceedMaxBindCount"),
// FailedOperation.MailIsRegistered
FAILEDOPERATION_MAILISREGISTERED("FailedOperation.MailIsRegistered"),
// The number of registered accounts for the current mobile number has reached the maximum limit. Please change the phone number and try again.
FAILEDOPERATION_PHONEBINDUPPER("FailedOperation.PhoneBindUpper"),
// The interval between sending invitation links is less than three minutes. Please try again later.
FAILEDOPERATION_SENDMAILLIMIT180("FailedOperation.SendMailLimit180"),
// Verification codes are sent too frequently. Please try again later.
FAILEDOPERATION_SENDVERIFYCODELIMIT("FailedOperation.SendVerifyCodeLimit"),
// The interval for sending SMS verification codes should be greater than 60 seconds. Please try again later.
FAILEDOPERATION_SENDVERIFYCODELIMIT60("FailedOperation.SendVerifyCodeLimit60"),
// Invalid UIN
FAILEDOPERATION_UININVALID("FailedOperation.UinInvalid"),
// UIN is not a reseller.
FAILEDOPERATION_UINNOTAGENT("FailedOperation.UinNotAgent"),
// Incorrect verification code.
FAILEDOPERATION_VERIFICATIONCODEILLEGAL("FailedOperation.VerificationCodeIllegal"),
// Internal error.
INTERNALERROR("InternalError"),
// Invalid parameter
INVALIDPARAMETER("InvalidParameter"),
// InvalidParameter.AccountTypeContentIncorrect
INVALIDPARAMETER_ACCOUNTTYPECONTENTINCORRECT("InvalidParameter.AccountTypeContentIncorrect"),
// InvalidParameter.AreaContentIncorrect
INVALIDPARAMETER_AREACONTENTINCORRECT("InvalidParameter.AreaContentIncorrect"),
// InvalidParameter.AreaFormatIncorrect
INVALIDPARAMETER_AREAFORMATINCORRECT("InvalidParameter.AreaFormatIncorrect"),
// InvalidParameter.ConfirmPasswordContentIncorrect
INVALIDPARAMETER_CONFIRMPASSWORDCONTENTINCORRECT("InvalidParameter.ConfirmPasswordContentIncorrect"),
// InvalidParameter.CountryCodeContentIncorrect
INVALIDPARAMETER_COUNTRYCODECONTENTINCORRECT("InvalidParameter.CountryCodeContentIncorrect"),
// InvalidParameter.CountryCodeFormatIncorrect
INVALIDPARAMETER_COUNTRYCODEFORMATINCORRECT("InvalidParameter.CountryCodeFormatIncorrect"),
// InvalidParameter.MailFormatIncorrect
INVALIDPARAMETER_MAILFORMATINCORRECT("InvalidParameter.MailFormatIncorrect"),
// Incorrect page parameter value.
INVALIDPARAMETER_PAGE("InvalidParameter.Page"),
// InvalidParameter.PasswordContentIncorrect
INVALIDPARAMETER_PASSWORDCONTENTINCORRECT("InvalidParameter.PasswordContentIncorrect"),
// InvalidParameter.PasswordFormatIncorrect
INVALIDPARAMETER_PASSWORDFORMATINCORRECT("InvalidParameter.PasswordFormatIncorrect"),
// InvalidParameter.PhoneNumFormatIncorrect
INVALIDPARAMETER_PHONENUMFORMATINCORRECT("InvalidParameter.PhoneNumFormatIncorrect"),
// Invalid parameter value.
INVALIDPARAMETERVALUE("InvalidParameterValue"),
// InvalidParameterValue.AccountTypeEmpty
INVALIDPARAMETERVALUE_ACCOUNTTYPEEMPTY("InvalidParameterValue.AccountTypeEmpty"),
// InvalidParameterValue.AreaEmpty
INVALIDPARAMETERVALUE_AREAEMPTY("InvalidParameterValue.AreaEmpty"),
// InvalidParameterValue.CountryCodeEmpty
INVALIDPARAMETERVALUE_COUNTRYCODEEMPTY("InvalidParameterValue.CountryCodeEmpty"),
// The credit quota has exceeded the limit with the newly allocated quota.
INVALIDPARAMETERVALUE_CREDITAMOUNTOUTOFRANGE("InvalidParameterValue.CreditAmountOutOfRange"),
// The dimension data entered is incorrect.
INVALIDPARAMETERVALUE_INVALIDDIMENSION("InvalidParameterValue.InvalidDimension"),
// Incorrect month value
INVALIDPARAMETERVALUE_INVALIDMONTH("InvalidParameterValue.InvalidMonth"),
// InvalidParameterValue.InvalidUin
INVALIDPARAMETERVALUE_INVALIDUIN("InvalidParameterValue.InvalidUin"),
// InvalidParameterValue.MailEmpty
INVALIDPARAMETERVALUE_MAILEMPTY("InvalidParameterValue.MailEmpty"),
// InvalidParameterValue.PasswordEmpty
INVALIDPARAMETERVALUE_PASSWORDEMPTY("InvalidParameterValue.PasswordEmpty"),
// InvalidParameterValue.PhoneNumEmpty
INVALIDPARAMETERVALUE_PHONENUMEMPTY("InvalidParameterValue.PhoneNumEmpty"),
// Invalid UinList. Array length value: 1-50.
INVALIDPARAMETERVALUE_UINLIST("InvalidParameterValue.UinList"),
// The current region does not support creating a Tencent Cloud International account.
INVALIDPARAMETERVALUE_UNSUPPORTAREA("InvalidParameterValue.UnSupportArea"),
// Missing parameter
MISSINGPARAMETER("MissingParameter"),
// Operation denied.
OPERATIONDENIED("OperationDenied"),
// System busy. Please try again later.
OPERATIONDENIED_SERVICEBUSY("OperationDenied.ServiceBusy"),
// Too many requests.
REQUESTLIMITEXCEEDED("RequestLimitExceeded"),
// Unauthorized operation.
UNAUTHORIZEDOPERATION("UnauthorizedOperation"),
// The current user is not a customer.
UNAUTHORIZEDOPERATION_NOTCUSTOMERUIN("UnauthorizedOperation.NotCustomerUin"),
// The current user doesn’t have permission for the operation.
UNAUTHORIZEDOPERATION_UINNOAUTH("UnauthorizedOperation.UinNoAuth"),
// Unknown parameter
UNKNOWNPARAMETER("UnknownParameter");
private String value;
private IntlpartnersmgtErrorCode (String value){
this.value = value;
}
/**
* @return errorcode value
*/
public String getValue() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy