tencentcloud-sdk-python-intl-en 3.0.1278__py2.py3-none-any.whl → 3.0.1279__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apigateway/v20180808/errorcodes.py +30 -15
- tencentcloud/autoscaling/v20180419/errorcodes.py +2 -1
- tencentcloud/batch/v20170312/errorcodes.py +2 -1
- tencentcloud/cbs/v20170312/errorcodes.py +4 -2
- tencentcloud/cdb/v20170320/errorcodes.py +2 -1
- tencentcloud/cdn/v20180606/errorcodes.py +4 -2
- tencentcloud/cfs/v20190719/errorcodes.py +20 -10
- tencentcloud/cloudaudit/v20190319/errorcodes.py +8 -4
- tencentcloud/csip/v20221121/errorcodes.py +8 -4
- tencentcloud/cvm/v20170312/cvm_client.py +52 -0
- tencentcloud/cvm/v20170312/errorcodes.py +73 -32
- tencentcloud/cvm/v20170312/models.py +253 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +8 -4
- tencentcloud/dbbrain/v20191016/errorcodes.py +2 -1
- tencentcloud/dbbrain/v20210527/errorcodes.py +2 -1
- tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +11 -4
- tencentcloud/dnspod/v20210323/models.py +287 -0
- tencentcloud/dts/v20180330/errorcodes.py +8 -4
- tencentcloud/dts/v20211206/errorcodes.py +2 -1
- tencentcloud/eb/v20210416/errorcodes.py +2 -1
- tencentcloud/ecm/v20190719/errorcodes.py +6 -3
- tencentcloud/eiam/v20210420/errorcodes.py +66 -33
- tencentcloud/emr/v20190103/errorcodes.py +2 -1
- tencentcloud/es/v20180416/errorcodes.py +32 -16
- tencentcloud/faceid/v20180301/errorcodes.py +2 -1
- tencentcloud/iai/v20200303/errorcodes.py +10 -5
- tencentcloud/ims/v20201229/errorcodes.py +6 -3
- tencentcloud/intlpartnersmgt/v20220928/errorcodes.py +4 -2
- tencentcloud/lcic/v20220817/errorcodes.py +2 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +16 -8
- tencentcloud/live/v20180801/errorcodes.py +14 -7
- tencentcloud/lke/v20231130/errorcodes.py +2 -1
- tencentcloud/mdl/v20200326/errorcodes.py +2 -1
- tencentcloud/mdp/v20200527/errorcodes.py +2 -1
- tencentcloud/mps/v20190612/errorcodes.py +4 -2
- tencentcloud/ocr/v20181119/errorcodes.py +4 -2
- tencentcloud/organization/v20181225/errorcodes.py +2 -1
- tencentcloud/organization/v20210331/errorcodes.py +1 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +6 -3
- tencentcloud/scf/v20180416/errorcodes.py +10 -5
- tencentcloud/sms/v20190711/errorcodes.py +2 -1
- tencentcloud/sms/v20210111/errorcodes.py +4 -2
- tencentcloud/tag/v20180813/errorcodes.py +2 -1
- tencentcloud/tat/v20201028/errorcodes.py +8 -4
- tencentcloud/tcr/v20190924/errorcodes.py +2 -1
- tencentcloud/tdmq/v20200217/errorcodes.py +2 -1
- tencentcloud/tem/v20210701/errorcodes.py +8 -4
- tencentcloud/teo/v20220106/errorcodes.py +4 -2
- tencentcloud/teo/v20220901/errorcodes.py +12 -6
- tencentcloud/teo/v20220901/models.py +14 -14
- tencentcloud/teo/v20220901/teo_client.py +1 -1
- tencentcloud/tiw/v20190919/errorcodes.py +4 -2
- tencentcloud/tke/v20180525/errorcodes.py +2 -1
- tencentcloud/tms/v20201229/errorcodes.py +2 -1
- tencentcloud/tmt/v20180321/errorcodes.py +14 -7
- tencentcloud/trtc/v20190722/errorcodes.py +4 -2
- tencentcloud/tts/v20190823/errorcodes.py +2 -1
- tencentcloud/vm/v20201229/errorcodes.py +2 -1
- tencentcloud/vm/v20210922/errorcodes.py +2 -1
- tencentcloud/vod/v20180717/errorcodes.py +12 -6
- tencentcloud/vpc/v20170312/errorcodes.py +76 -38
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/RECORD +67 -67
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/top_level.txt +0 -0
|
@@ -41,16 +41,19 @@ FAILEDOPERATION_APPIDISNULL = 'FailedOperation.AppIdIsNull'
|
|
|
41
41
|
# The application ID does not exist.
|
|
42
42
|
FAILEDOPERATION_APPIDNOTFOUND = 'FailedOperation.AppIdNotFound'
|
|
43
43
|
|
|
44
|
-
#
|
|
44
|
+
# The application does not exist.
|
|
45
|
+
|
|
45
46
|
FAILEDOPERATION_APPNOTEXIST = 'FailedOperation.AppNotExist'
|
|
46
47
|
|
|
47
|
-
#
|
|
48
|
+
# A sub-organization with the same name already exists under the same organization.
|
|
49
|
+
|
|
48
50
|
FAILEDOPERATION_CHILDORGNODENAMEALREADYEXISTS = 'FailedOperation.ChildOrgNodeNameAlreadyExists'
|
|
49
51
|
|
|
50
52
|
# Organization nodes where sub-organizations have users cannot be deleted.
|
|
51
53
|
FAILEDOPERATION_CHILDORGNODEWITHUSERSCANNOTBEDELETED = 'FailedOperation.ChildOrgNodeWithUsersCanNotBeDeleted'
|
|
52
54
|
|
|
53
|
-
#
|
|
55
|
+
# Failed to create the organization node.
|
|
56
|
+
|
|
54
57
|
FAILEDOPERATION_CREATEORGNODEERROR = 'FailedOperation.CreateOrgNodeError'
|
|
55
58
|
|
|
56
59
|
# An exception occurred while creating the user.
|
|
@@ -59,16 +62,20 @@ FAILEDOPERATION_CREATEUSERFAILURE = 'FailedOperation.CreateUserFailure'
|
|
|
59
62
|
# An exception occurred while creating the user group.
|
|
60
63
|
FAILEDOPERATION_CREATEUSERGROUPFAILURE = 'FailedOperation.CreateUserGroupFailure'
|
|
61
64
|
|
|
62
|
-
#
|
|
65
|
+
# The external ID for the custom organization node already exists.
|
|
66
|
+
|
|
63
67
|
FAILEDOPERATION_CUSTOMIZEPARENTORGNODEIDALREADYEXISTS = 'FailedOperation.CustomizeParentOrgNodeIdAlreadyExists'
|
|
64
68
|
|
|
65
|
-
#
|
|
69
|
+
# The external ID for the custom organization node cannot be an empty string.
|
|
70
|
+
|
|
66
71
|
FAILEDOPERATION_CUSTOMIZEDORGNODEIDCANNOTBEEMPTY = 'FailedOperation.CustomizedOrgNodeIdCanNotBeEmpty'
|
|
67
72
|
|
|
68
|
-
#
|
|
73
|
+
# The default imported organization cannot be deleted.
|
|
74
|
+
|
|
69
75
|
FAILEDOPERATION_DEFAULTORGNODECANNOTBEDELETED = 'FailedOperation.DefaultOrgNodeCanNotBeDeleted'
|
|
70
76
|
|
|
71
|
-
#
|
|
77
|
+
# Failed to delete the organization node.
|
|
78
|
+
|
|
72
79
|
FAILEDOPERATION_DELETEORGNODEERROR = 'FailedOperation.DeleteOrgNodeError'
|
|
73
80
|
|
|
74
81
|
# The user is an admin and cannot be deleted.
|
|
@@ -80,10 +87,12 @@ FAILEDOPERATION_DELETEUSERFAILURE = 'FailedOperation.DeleteUserFailure'
|
|
|
80
87
|
# An exception occurred while deleting the user group.
|
|
81
88
|
FAILEDOPERATION_DELETEUSERGROUPFAILURE = 'FailedOperation.DeleteUserGroupFailure'
|
|
82
89
|
|
|
83
|
-
#
|
|
90
|
+
# Failed to read the organization node information.
|
|
91
|
+
|
|
84
92
|
FAILEDOPERATION_DESCRIBEORGNODEERROR = 'FailedOperation.DescribeOrgNodeError'
|
|
85
93
|
|
|
86
|
-
#
|
|
94
|
+
# Failed to read the root organization node information.
|
|
95
|
+
|
|
87
96
|
FAILEDOPERATION_DESCRIBEORGNODEROOTERROR = 'FailedOperation.DescribeOrgNodeRootError'
|
|
88
97
|
|
|
89
98
|
# The value of `EntityType` is invalid.
|
|
@@ -95,7 +104,8 @@ FAILEDOPERATION_EXPECTFIELDSNOTFOUND = 'FailedOperation.ExpectFieldsNotFound'
|
|
|
95
104
|
# The user group ID was not found.
|
|
96
105
|
FAILEDOPERATION_GROUPIDNOTFOUND = 'FailedOperation.GroupIdNotFound'
|
|
97
106
|
|
|
98
|
-
#
|
|
107
|
+
# Failed to convert the ID encoding.
|
|
108
|
+
|
|
99
109
|
FAILEDOPERATION_IDTOCODEERROR = 'FailedOperation.IdToCodeError'
|
|
100
110
|
|
|
101
111
|
# The number of data entries exceeds the upper limit.
|
|
@@ -104,13 +114,16 @@ FAILEDOPERATION_ITEMSEXCEEDMAXNUMBER = 'FailedOperation.ItemsExceedMaxNumber'
|
|
|
104
114
|
# You cannot add more than %s mappings for the same user in the same application.
|
|
105
115
|
FAILEDOPERATION_LIMITQUOTANOTENOUGH = 'FailedOperation.LimitQuotaNotEnough'
|
|
106
116
|
|
|
107
|
-
#
|
|
117
|
+
# Failed to retrieve the list of user groups that the user belongs to.
|
|
118
|
+
|
|
108
119
|
FAILEDOPERATION_LISTUSERGROUPSOFUSERERROR = 'FailedOperation.ListUserGroupsOfUserError'
|
|
109
120
|
|
|
110
|
-
#
|
|
121
|
+
# Failed to read users under the node.
|
|
122
|
+
|
|
111
123
|
FAILEDOPERATION_LISTUSERSINORGNODEERROR = 'FailedOperation.ListUsersInOrgNodeError'
|
|
112
124
|
|
|
113
|
-
#
|
|
125
|
+
# Failed to retrieve the list of users in the user group.
|
|
126
|
+
|
|
114
127
|
FAILEDOPERATION_LISTUSERSINUSERGROUPERROR = 'FailedOperation.ListUsersInUserGroupError'
|
|
115
128
|
|
|
116
129
|
# The primary organization does not exist.
|
|
@@ -119,7 +132,8 @@ FAILEDOPERATION_MAINORGNODENOTEXIST = 'FailedOperation.MainOrgNodeNotExist'
|
|
|
119
132
|
# The new password cannot be empty.
|
|
120
133
|
FAILEDOPERATION_NEWPASSWORDMUSTNOTBLANK = 'FailedOperation.NewPasswordMustNotBlank'
|
|
121
134
|
|
|
122
|
-
#
|
|
135
|
+
# Operation failed.
|
|
136
|
+
|
|
123
137
|
FAILEDOPERATION_OPERATIONERROR = 'FailedOperation.OperationError'
|
|
124
138
|
|
|
125
139
|
# The operation failed.
|
|
@@ -134,7 +148,8 @@ FAILEDOPERATION_ORGNODENOTEXIST = 'FailedOperation.OrgNodeNotExist'
|
|
|
134
148
|
# The root organization node cannot be deleted.
|
|
135
149
|
FAILEDOPERATION_ORGNODEROOTCANNOTBEDELETED = 'FailedOperation.OrgNodeRootCanNotBeDeleted'
|
|
136
150
|
|
|
137
|
-
#
|
|
151
|
+
# Failed to set up the organization. The organization cannot be selected as both the primary and secondary organization for the user.
|
|
152
|
+
|
|
138
153
|
FAILEDOPERATION_ORGNODESETTINGERROR = 'FailedOperation.OrgNodeSettingError'
|
|
139
154
|
|
|
140
155
|
# Organization nodes with users cannot be deleted.
|
|
@@ -146,16 +161,19 @@ FAILEDOPERATION_PARENTORGNODEIDNOTFOUND = 'FailedOperation.ParentOrgNodeIdNotFou
|
|
|
146
161
|
# The identity entity was not found.
|
|
147
162
|
FAILEDOPERATION_PERSONNOTFOUND = 'FailedOperation.PersonNotFound'
|
|
148
163
|
|
|
149
|
-
#
|
|
164
|
+
# Failed to remove the user from the user group.
|
|
165
|
+
|
|
150
166
|
FAILEDOPERATION_REMOVEUSERSFROMUSERGROUPERROR = 'FailedOperation.RemoveUsersFromUserGroupError'
|
|
151
167
|
|
|
152
|
-
#
|
|
168
|
+
# Duplicate element in secondary organization.
|
|
169
|
+
|
|
153
170
|
FAILEDOPERATION_SECONDARYORGNODEDUPLICATES = 'FailedOperation.SecondaryOrgNodeDuplicates'
|
|
154
171
|
|
|
155
172
|
# You cannot move users imported from LDAP to an organization not in the directory.
|
|
156
173
|
FAILEDOPERATION_UPDATELDAPUSERORGEXCEEDSRANGE = 'FailedOperation.UpdateLDAPUserOrgExceedsRange'
|
|
157
174
|
|
|
158
|
-
#
|
|
175
|
+
# Cannot move LDAP-imported users to an enterprise organization under another directory.
|
|
176
|
+
|
|
159
177
|
FAILEDOPERATION_UPDATELDAPUSERORGNOTINSAMECROP = 'FailedOperation.UpdateLDAPUserOrgNotInSameCrop'
|
|
160
178
|
|
|
161
179
|
# You cannot move users created by the admin to an organization with the sync operation type.
|
|
@@ -170,7 +188,8 @@ FAILEDOPERATION_UPDATEWECOMUSERORGNOTINSAMECROP = 'FailedOperation.UpdateWeComUs
|
|
|
170
188
|
# The user already exists in the user group.
|
|
171
189
|
FAILEDOPERATION_USERALREADYEXISTEDINUSERGROUP = 'FailedOperation.UserAlreadyExistedInUserGroup'
|
|
172
190
|
|
|
173
|
-
#
|
|
191
|
+
# Failed to retrieve the list of applications the user is authorized to access.
|
|
192
|
+
|
|
174
193
|
FAILEDOPERATION_USERAUTHLISTERROR = 'FailedOperation.UserAuthListError'
|
|
175
194
|
|
|
176
195
|
# The user's email address already exists.
|
|
@@ -179,16 +198,19 @@ FAILEDOPERATION_USEREMAILEXISTED = 'FailedOperation.UserEmailExisted'
|
|
|
179
198
|
# The user group does not exist.
|
|
180
199
|
FAILEDOPERATION_USERGROUPNOTEXIST = 'FailedOperation.UserGroupNotExist'
|
|
181
200
|
|
|
182
|
-
#
|
|
201
|
+
# Username already exists.
|
|
202
|
+
|
|
183
203
|
FAILEDOPERATION_USERNAMEALREADYEXISTS = 'FailedOperation.UserNameAlreadyExists'
|
|
184
204
|
|
|
185
|
-
#
|
|
205
|
+
# The user is not a member of the user group.
|
|
206
|
+
|
|
186
207
|
FAILEDOPERATION_USERNOTEXISTINUSERGROUP = 'FailedOperation.UserNotExistInUserGroup'
|
|
187
208
|
|
|
188
209
|
# The user does not exist.
|
|
189
210
|
FAILEDOPERATION_USERNOTFOUND = 'FailedOperation.UserNotFound'
|
|
190
211
|
|
|
191
|
-
#
|
|
212
|
+
# The mobile phone number already exists.
|
|
213
|
+
|
|
192
214
|
FAILEDOPERATION_USERPHONEALREADYEXISTS = 'FailedOperation.UserPhoneAlreadyExists'
|
|
193
215
|
|
|
194
216
|
# The user's mobile number cannot be empty.
|
|
@@ -197,10 +219,12 @@ FAILEDOPERATION_USERPHONEISEMPTY = 'FailedOperation.UserPhoneIsEmpty'
|
|
|
197
219
|
# The application name already exists.
|
|
198
220
|
INVALIDPARAMETER_APPDISPLAYNAMEEXISTED = 'InvalidParameter.AppDisplayNameExisted'
|
|
199
221
|
|
|
200
|
-
#
|
|
222
|
+
# Attribute validation failed.
|
|
223
|
+
|
|
201
224
|
INVALIDPARAMETER_ATTRIBUTEVALUEVALIDERROR = 'InvalidParameter.AttributeValueValidError'
|
|
202
225
|
|
|
203
|
-
#
|
|
226
|
+
# Organization code is invalid.
|
|
227
|
+
|
|
204
228
|
INVALIDPARAMETER_ORGCODEILLEGAL = 'InvalidParameter.OrgCodeIllegal'
|
|
205
229
|
|
|
206
230
|
# The parameter is invalid.
|
|
@@ -209,35 +233,44 @@ INVALIDPARAMETER_PARAMETERILLEGAL = 'InvalidParameter.ParameterIllegal'
|
|
|
209
233
|
# The parameter is invalid.
|
|
210
234
|
INVALIDPARAMETER_PARAMETERLLLEGAL = 'InvalidParameter.Parameterlllegal'
|
|
211
235
|
|
|
212
|
-
#
|
|
236
|
+
# Invalid list search criteria.
|
|
237
|
+
|
|
213
238
|
INVALIDPARAMETER_SEARCHCRITERIAILLEGAL = 'InvalidParameter.SearchCriteriaIllegal'
|
|
214
239
|
|
|
215
|
-
#
|
|
240
|
+
# Invalid time format.
|
|
241
|
+
|
|
216
242
|
INVALIDPARAMETER_TIMEFORMATILLEGAL = 'InvalidParameter.TimeFormatIllegal'
|
|
217
243
|
|
|
218
|
-
#
|
|
244
|
+
# The specified user expiration time is invalid.
|
|
245
|
+
|
|
219
246
|
INVALIDPARAMETER_USEREXPIRATIONTIMEILLEGAL = 'InvalidParameter.UserExpirationTimeIllegal'
|
|
220
247
|
|
|
221
248
|
# The user ID parameter is empty.
|
|
222
249
|
INVALIDPARAMETER_USERIDISNULL = 'InvalidParameter.UserIDIsNull'
|
|
223
250
|
|
|
224
|
-
#
|
|
251
|
+
# Invalid sorting attribute for paginated user information display.
|
|
252
|
+
|
|
225
253
|
INVALIDPARAMETER_USERINFOSORTKEYISILLEGAL = 'InvalidParameter.UserInfoSortKeyIsIllegal'
|
|
226
254
|
|
|
227
255
|
# The username parameter is empty.
|
|
228
256
|
INVALIDPARAMETER_USERNAMEISNULL = 'InvalidParameter.UserNameIsNull'
|
|
229
257
|
|
|
230
|
-
#
|
|
258
|
+
# Invalid parameter.
|
|
259
|
+
|
|
231
260
|
INVALIDPARAMETERVALUE_PARAMETERILLEGAL = 'InvalidParameterValue.ParameterIllegal'
|
|
232
261
|
|
|
233
|
-
#
|
|
262
|
+
# User ID cannot be empty.
|
|
263
|
+
|
|
234
264
|
INVALIDPARAMETERVALUE_USERIDCANNOTBEEMPTY = 'InvalidParameterValue.UserIdCanNotBeEmpty'
|
|
235
265
|
|
|
236
|
-
#
|
|
266
|
+
# Username cannot be empty.
|
|
267
|
+
|
|
237
268
|
INVALIDPARAMETERVALUE_USERNAMECANNOTBEEMPTY = 'InvalidParameterValue.UserNameCanNotBeEmpty'
|
|
238
269
|
|
|
239
|
-
#
|
|
270
|
+
# Input parameter exceeds the length limit.
|
|
271
|
+
|
|
240
272
|
LIMITEXCEEDED_PARAMETERLENGTHLIMITEXCEEDED = 'LimitExceeded.ParameterLengthLimitExceeded'
|
|
241
273
|
|
|
242
|
-
#
|
|
274
|
+
# User secondary organizations exceed the maximum limit.
|
|
275
|
+
|
|
243
276
|
LIMITEXCEEDED_SECONDARYNODECOUNTLIMITEXCEEDED = 'LimitExceeded.SecondaryNodeCountLimitExceeded'
|
|
@@ -200,7 +200,8 @@ INVALIDPARAMETER_INVALIDCOREDISKTYPE = 'InvalidParameter.InvalidCoreDiskType'
|
|
|
200
200
|
# The CosBucket parameter is invalid.
|
|
201
201
|
INVALIDPARAMETER_INVALIDCOSBUCKET = 'InvalidParameter.InvalidCosBucket'
|
|
202
202
|
|
|
203
|
-
#
|
|
203
|
+
# The CosFileUri parameter value is invalid.
|
|
204
|
+
|
|
204
205
|
INVALIDPARAMETER_INVALIDCOSFILEURI = 'InvalidParameter.InvalidCosFileURI'
|
|
205
206
|
|
|
206
207
|
# The count must be greater than 0.
|
|
@@ -44,7 +44,8 @@ FAILEDOPERATION_NOPAYMENT = 'FailedOperation.NoPayment'
|
|
|
44
44
|
# Unverified user.
|
|
45
45
|
FAILEDOPERATION_NOTAUTHENTICATED = 'FailedOperation.NotAuthenticated'
|
|
46
46
|
|
|
47
|
-
#
|
|
47
|
+
# Request timeout.
|
|
48
|
+
|
|
48
49
|
FAILEDOPERATION_REQUESTTIMEOUT = 'FailedOperation.RequestTimeOut'
|
|
49
50
|
|
|
50
51
|
# Cannot increase the number of disks during rolling restart of scaled-out compute resources.
|
|
@@ -62,43 +63,56 @@ INTERNALERROR = 'InternalError'
|
|
|
62
63
|
# Invalid parameter.
|
|
63
64
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
64
65
|
|
|
65
|
-
#
|
|
66
|
+
# AppId value does not match the expected value.
|
|
67
|
+
|
|
66
68
|
INVALIDPARAMETER_INVALIDAPPID = 'InvalidParameter.InvalidAppId'
|
|
67
69
|
|
|
68
|
-
#
|
|
70
|
+
# The instance version EsVersion value does not match the expected value.
|
|
71
|
+
|
|
69
72
|
INVALIDPARAMETER_INVALIDESVERSION = 'InvalidParameter.InvalidEsVersion'
|
|
70
73
|
|
|
71
|
-
#
|
|
74
|
+
# The value of the created index metadata JSON field IndexMetaJson does not match the expected value.
|
|
75
|
+
|
|
72
76
|
INVALIDPARAMETER_INVALIDINDEXMETAJSON = 'InvalidParameter.InvalidIndexMetaJson'
|
|
73
77
|
|
|
74
|
-
#
|
|
78
|
+
# The IndexName value does not match the expected value.
|
|
79
|
+
|
|
75
80
|
INVALIDPARAMETER_INVALIDINDEXNAME = 'InvalidParameter.InvalidIndexName'
|
|
76
81
|
|
|
77
|
-
#
|
|
82
|
+
# The IndexType value does not match the expected value.
|
|
83
|
+
|
|
78
84
|
INVALIDPARAMETER_INVALIDINDEXTYPE = 'InvalidParameter.InvalidIndexType'
|
|
79
85
|
|
|
80
|
-
#
|
|
86
|
+
# Invalid InstanceId, no corresponding resource found.
|
|
87
|
+
|
|
81
88
|
INVALIDPARAMETER_INVALIDINSTANCEID = 'InvalidParameter.InvalidInstanceId'
|
|
82
89
|
|
|
83
|
-
#
|
|
90
|
+
# The page size Limit value does not match the expected value.
|
|
91
|
+
|
|
84
92
|
INVALIDPARAMETER_INVALIDLIMIT = 'InvalidParameter.InvalidLimit'
|
|
85
93
|
|
|
86
|
-
#
|
|
94
|
+
# The LogType value does not match the expected value.
|
|
95
|
+
|
|
87
96
|
INVALIDPARAMETER_INVALIDLOGTYPE = 'InvalidParameter.InvalidLogType'
|
|
88
97
|
|
|
89
|
-
#
|
|
98
|
+
# The Offset value does not match the expected value.
|
|
99
|
+
|
|
90
100
|
INVALIDPARAMETER_INVALIDOFFSET = 'InvalidParameter.InvalidOffset'
|
|
91
101
|
|
|
92
|
-
#
|
|
102
|
+
# The sort field OrderByKey value does not match the expected value.
|
|
103
|
+
|
|
93
104
|
INVALIDPARAMETER_INVALIDORDERBYKEY = 'InvalidParameter.InvalidOrderByKey'
|
|
94
105
|
|
|
95
|
-
#
|
|
106
|
+
# Invalid lucene syntax
|
|
107
|
+
|
|
96
108
|
INVALIDPARAMETER_INVALIDQUERYSTRING = 'InvalidParameter.InvalidQueryString'
|
|
97
109
|
|
|
98
|
-
#
|
|
110
|
+
# The Region value does not match the expected value.
|
|
111
|
+
|
|
99
112
|
INVALIDPARAMETER_INVALIDREGION = 'InvalidParameter.InvalidRegion'
|
|
100
113
|
|
|
101
|
-
#
|
|
114
|
+
# The value or format of time-related parameters does not match the expected.
|
|
115
|
+
|
|
102
116
|
INVALIDPARAMETER_INVALIDTIMEPARAM = 'InvalidParameter.InvalidTimeParam'
|
|
103
117
|
|
|
104
118
|
# Incorrect parameter value.
|
|
@@ -128,10 +142,12 @@ RESOURCEINSUFFICIENT_SUBNET = 'ResourceInsufficient.Subnet'
|
|
|
128
142
|
# The resource does not exist.
|
|
129
143
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
|
130
144
|
|
|
131
|
-
#
|
|
145
|
+
# Failed to obtain cluster resources.
|
|
146
|
+
|
|
132
147
|
RESOURCENOTFOUND_CLUSTERINFONOTFOUND = 'ResourceNotFound.ClusterInfoNotFound'
|
|
133
148
|
|
|
134
|
-
#
|
|
149
|
+
# Failed to obtain database resources.
|
|
150
|
+
|
|
135
151
|
RESOURCENOTFOUND_DBINFONOTFOUND = 'ResourceNotFound.DBInfoNotFound'
|
|
136
152
|
|
|
137
153
|
# Unauthorized operation.
|
|
@@ -185,7 +185,8 @@ FAILEDOPERATION_UNOPENERROR = 'FailedOperation.UnOpenError'
|
|
|
185
185
|
# Video decoding abnormality
|
|
186
186
|
FAILEDOPERATION_VIDEODECODEFAILED = 'FailedOperation.VideoDecodeFailed'
|
|
187
187
|
|
|
188
|
-
#
|
|
188
|
+
# The video duration is too long. The maximum video duration supported by the current interface is 20s.
|
|
189
|
+
|
|
189
190
|
FAILEDOPERATION_VIDEODURATIONEXCEEDED = 'FailedOperation.VideoDurationExceeded'
|
|
190
191
|
|
|
191
192
|
# Internal error.
|
|
@@ -23,7 +23,8 @@ FAILEDOPERATION = 'FailedOperation'
|
|
|
23
23
|
# This operation cannot be performed across algorithm model versions.
|
|
24
24
|
FAILEDOPERATION_ACROSSVERSIONSERROR = 'FailedOperation.AcrossVersionsError'
|
|
25
25
|
|
|
26
|
-
#
|
|
26
|
+
# Match failed.
|
|
27
|
+
|
|
27
28
|
FAILEDOPERATION_COMPAREFAIL = 'FailedOperation.CompareFail'
|
|
28
29
|
|
|
29
30
|
# The operations conflict. Do not operate on the same person simultaneously.
|
|
@@ -68,16 +69,20 @@ FAILEDOPERATION_IMAGERESOLUTIONTOOSMALL = 'FailedOperation.ImageResolutionTooSma
|
|
|
68
69
|
# The size of the Base64-encoded image cannot exceed 5 MB.
|
|
69
70
|
FAILEDOPERATION_IMAGESIZEEXCEED = 'FailedOperation.ImageSizeExceed'
|
|
70
71
|
|
|
71
|
-
#
|
|
72
|
+
# Multiple faces detected.
|
|
73
|
+
|
|
72
74
|
FAILEDOPERATION_LIFEPHOTODETECTFACES = 'FailedOperation.LifePhotoDetectFaces'
|
|
73
75
|
|
|
74
|
-
#
|
|
76
|
+
# Real-person verification failed.
|
|
77
|
+
|
|
75
78
|
FAILEDOPERATION_LIFEPHOTODETECTFAKE = 'FailedOperation.LifePhotoDetectFake'
|
|
76
79
|
|
|
77
|
-
#
|
|
80
|
+
# Failed to detect a complete face.
|
|
81
|
+
|
|
78
82
|
FAILEDOPERATION_LIFEPHOTODETECTNOFACES = 'FailedOperation.LifePhotoDetectNoFaces'
|
|
79
83
|
|
|
80
|
-
#
|
|
84
|
+
# The uploaded image is either too large or too small.
|
|
85
|
+
|
|
81
86
|
FAILEDOPERATION_LIFEPHOTOSIZEERROR = 'FailedOperation.LifePhotoSizeError'
|
|
82
87
|
|
|
83
88
|
# The request frequency exceeds the limit.
|
|
@@ -29,10 +29,12 @@ INTERNALERROR_INTERNALERROR = 'InternalError.InternalError'
|
|
|
29
29
|
# The parameter is incorrect.
|
|
30
30
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# The aspect ratio of the image is too large.
|
|
33
|
+
|
|
33
34
|
INVALIDPARAMETER_IMAGEASPECTRATIOTOOLARGE = 'InvalidParameter.ImageAspectRatioTooLarge'
|
|
34
35
|
|
|
35
|
-
#
|
|
36
|
+
# The image file size is too small.
|
|
37
|
+
|
|
36
38
|
INVALIDPARAMETER_IMAGEDATATOOSMALL = 'InvalidParameter.ImageDataTooSmall'
|
|
37
39
|
|
|
38
40
|
# The image resolution is too low.
|
|
@@ -98,7 +100,8 @@ RESOURCEUNAVAILABLE_IMAGEDOWNLOADERROR = 'ResourceUnavailable.ImageDownloadError
|
|
|
98
100
|
# The image resource is incorrect.
|
|
99
101
|
RESOURCEUNAVAILABLE_INVALIDIMAGECONTENT = 'ResourceUnavailable.InvalidImageContent'
|
|
100
102
|
|
|
101
|
-
#
|
|
103
|
+
# Model invocation failed. Please retry.
|
|
104
|
+
|
|
102
105
|
RESOURCEUNAVAILABLE_MODELCALLFAILED = 'ResourceUnavailable.ModelCallFailed'
|
|
103
106
|
|
|
104
107
|
# The resources have been sold out.
|
|
@@ -44,7 +44,8 @@ FAILEDOPERATION_CLIENTJOINSHAREUNIT = 'FailedOperation.ClientJoinShareUnit'
|
|
|
44
44
|
# The user has not applied to become a sub-customer.
|
|
45
45
|
FAILEDOPERATION_CLIENTNOTAPPLY = 'FailedOperation.ClientNotApply'
|
|
46
46
|
|
|
47
|
-
#
|
|
47
|
+
# The maximum number of bindable sub-accounts has been exceeded.
|
|
48
|
+
|
|
48
49
|
FAILEDOPERATION_EXCEEDMAXBINDCOUNT = 'FailedOperation.ExceedMaxBindCount'
|
|
49
50
|
|
|
50
51
|
# The uin of the second-level reseller is invalid.
|
|
@@ -194,7 +195,8 @@ INVALIDPARAMETERVALUE_UINLIST = 'InvalidParameterValue.UinList'
|
|
|
194
195
|
# The current region does not support creating a Tencent Cloud International account.
|
|
195
196
|
INVALIDPARAMETERVALUE_UNSUPPORTAREA = 'InvalidParameterValue.UnSupportArea'
|
|
196
197
|
|
|
197
|
-
#
|
|
198
|
+
# The allocated amount is out of range: [0,1000000].
|
|
199
|
+
|
|
198
200
|
INVALIDPARAMETERVALUE_VOUCHERAMOUNTOUTOFRANGE = 'InvalidParameterValue.VoucherAmountOutOfRange'
|
|
199
201
|
|
|
200
202
|
# Missing parameter
|
|
@@ -77,7 +77,8 @@ INVALIDPARAMETER_GROUPTEACHERSNOTEXIST = 'InvalidParameter.GroupTeachersNotExist
|
|
|
77
77
|
# Group type error.
|
|
78
78
|
INVALIDPARAMETER_GROUPTYPEINVALID = 'InvalidParameter.GroupTypeInvalid'
|
|
79
79
|
|
|
80
|
-
#
|
|
80
|
+
# room type error.
|
|
81
|
+
|
|
81
82
|
INVALIDPARAMETER_ROOMTYPEINVALID = 'InvalidParameter.RoomTypeInvalid'
|
|
82
83
|
|
|
83
84
|
# `SdkAppId` is incorrect.
|
|
@@ -41,10 +41,12 @@ FAILEDOPERATION_DELETEKEYPAIRFAILED = 'FailedOperation.DeleteKeyPairFailed'
|
|
|
41
41
|
# Failed to query the image. Try again later.
|
|
42
42
|
FAILEDOPERATION_DESCRIBEBLUEPRINTSFAILED = 'FailedOperation.DescribeBlueprintsFailed'
|
|
43
43
|
|
|
44
|
-
#
|
|
44
|
+
# Query for plan discount failed.
|
|
45
|
+
|
|
45
46
|
FAILEDOPERATION_DESCRIBEBUNDLEDISCOUNTFAILED = 'FailedOperation.DescribeBundleDiscountFailed'
|
|
46
47
|
|
|
47
|
-
#
|
|
48
|
+
# Query for plan failed.
|
|
49
|
+
|
|
48
50
|
FAILEDOPERATION_DESCRIBEBUNDLESFAILED = 'FailedOperation.DescribeBundlesFailed'
|
|
49
51
|
|
|
50
52
|
# Querying CBS quota failed.
|
|
@@ -77,7 +79,8 @@ FAILEDOPERATION_IMPORTKEYPAIRFAILED = 'FailedOperation.ImportKeyPairFailed'
|
|
|
77
79
|
# Failed to manipulate the instance.
|
|
78
80
|
FAILEDOPERATION_INSTANCEOPERATIONFAILED = 'FailedOperation.InstanceOperationFailed'
|
|
79
81
|
|
|
80
|
-
#
|
|
82
|
+
# Insufficient account balance. Please recharge promptly.
|
|
83
|
+
|
|
81
84
|
FAILEDOPERATION_INSUFFICIENTBALANCE = 'FailedOperation.InsufficientBalance'
|
|
82
85
|
|
|
83
86
|
# The command is not found.
|
|
@@ -443,7 +446,8 @@ RESOURCENOTFOUND_FIREWALLNOTFOUND = 'ResourceNotFound.FirewallNotFound'
|
|
|
443
446
|
# The firewall rule does not exist.
|
|
444
447
|
RESOURCENOTFOUND_FIREWALLRULESNOTFOUND = 'ResourceNotFound.FirewallRulesNotFound'
|
|
445
448
|
|
|
446
|
-
#
|
|
449
|
+
# Firewall template not found.
|
|
450
|
+
|
|
447
451
|
RESOURCENOTFOUND_FIREWALLTEMPLATENOTFOUND = 'ResourceNotFound.FirewallTemplateNotFound'
|
|
448
452
|
|
|
449
453
|
# There are no data disks mounted to the instance.
|
|
@@ -458,7 +462,8 @@ RESOURCENOTFOUND_INSTANCENOTFOUND = 'ResourceNotFound.InstanceNotFound'
|
|
|
458
462
|
# The key pair ID does not exist.
|
|
459
463
|
RESOURCENOTFOUND_KEYIDNOTFOUND = 'ResourceNotFound.KeyIdNotFound'
|
|
460
464
|
|
|
461
|
-
#
|
|
465
|
+
# Key pair not found.
|
|
466
|
+
|
|
462
467
|
RESOURCENOTFOUND_KEYPAIRNOTFOUND = 'ResourceNotFound.KeyPairNotFound'
|
|
463
468
|
|
|
464
469
|
# The custom image does not exist.
|
|
@@ -485,7 +490,8 @@ RESOURCEUNAVAILABLE_BLUEPRINTUNAVAILABLE = 'ResourceUnavailable.BlueprintUnavail
|
|
|
485
490
|
# The package is not available.
|
|
486
491
|
RESOURCEUNAVAILABLE_BUNDLEUNAVAILABLE = 'ResourceUnavailable.BundleUnavailable'
|
|
487
492
|
|
|
488
|
-
#
|
|
493
|
+
# Plan sold out.
|
|
494
|
+
|
|
489
495
|
RESOURCESSOLDOUT_BUNDLESOLDOUT = 'ResourcesSoldOut.BundleSoldOut'
|
|
490
496
|
|
|
491
497
|
# There is no available configuration in the package.
|
|
@@ -503,7 +509,8 @@ UNAUTHORIZEDOPERATION_MFANOTFOUND = 'UnauthorizedOperation.MFANotFound'
|
|
|
503
509
|
# No permission.
|
|
504
510
|
UNAUTHORIZEDOPERATION_NOPERMISSION = 'UnauthorizedOperation.NoPermission'
|
|
505
511
|
|
|
506
|
-
#
|
|
512
|
+
# You do not have permission to perform this operation. The token in the request is invalid.
|
|
513
|
+
|
|
507
514
|
UNAUTHORIZEDOPERATION_TOKENINVALID = 'UnauthorizedOperation.TokenInvalid'
|
|
508
515
|
|
|
509
516
|
# Unknown parameter error.
|
|
@@ -578,7 +585,8 @@ UNSUPPORTEDOPERATION_LATESTOPERATIONUNFINISHED = 'UnsupportedOperation.LatestOpe
|
|
|
578
585
|
# The shared image does not support this operation.
|
|
579
586
|
UNSUPPORTEDOPERATION_NOTSUPPORTSHAREDBLUEPRINT = 'UnsupportedOperation.NotSupportSharedBlueprint'
|
|
580
587
|
|
|
581
|
-
#
|
|
588
|
+
# This API is no longer available.
|
|
589
|
+
|
|
582
590
|
UNSUPPORTEDOPERATION_OPERATIONOFFLINE = 'UnsupportedOperation.OperationOffline'
|
|
583
591
|
|
|
584
592
|
# Terminating a resource in the resource center failed.
|
|
@@ -323,10 +323,12 @@ INVALIDPARAMETER_CLOUDCRTIDERROR = 'InvalidParameter.CloudCrtIdError'
|
|
|
323
323
|
# The gifted Tencent Cloud domain name has expired.
|
|
324
324
|
INVALIDPARAMETER_CLOUDDOMAINISSTOP = 'InvalidParameter.CloudDomainIsStop'
|
|
325
325
|
|
|
326
|
-
#
|
|
326
|
+
# Template is in use.
|
|
327
|
+
|
|
327
328
|
INVALIDPARAMETER_CONFINUSED = 'InvalidParameter.ConfInUsed'
|
|
328
329
|
|
|
329
|
-
#
|
|
330
|
+
# Configuration not found.
|
|
331
|
+
|
|
330
332
|
INVALIDPARAMETER_CONFNOTFOUND = 'InvalidParameter.ConfNotFound'
|
|
331
333
|
|
|
332
334
|
# The certificate is in use.
|
|
@@ -392,10 +394,12 @@ INVALIDPARAMETER_INVALIDCROPPARAM = 'InvalidParameter.InvalidCropParam'
|
|
|
392
394
|
# Invalid layer parameter.
|
|
393
395
|
INVALIDPARAMETER_INVALIDLAYERPARAM = 'InvalidParameter.InvalidLayerParam'
|
|
394
396
|
|
|
395
|
-
#
|
|
397
|
+
# Invalid input parameters for stream mixing.
|
|
398
|
+
|
|
396
399
|
INVALIDPARAMETER_INVALIDMIXINPUTPARAM = 'InvalidParameter.InvalidMixInputParam'
|
|
397
400
|
|
|
398
|
-
#
|
|
401
|
+
# Invalid output stream parameters.
|
|
402
|
+
|
|
399
403
|
INVALIDPARAMETER_INVALIDOUTPUTPARAM = 'InvalidParameter.InvalidOutputParam'
|
|
400
404
|
|
|
401
405
|
# The output stream ID is already used.
|
|
@@ -434,10 +438,12 @@ INVALIDPARAMETER_MPPLUGINNOUSE = 'InvalidParameter.MpPluginNoUse'
|
|
|
434
438
|
# Other errors.
|
|
435
439
|
INVALIDPARAMETER_OTHERERROR = 'InvalidParameter.OtherError'
|
|
436
440
|
|
|
437
|
-
#
|
|
441
|
+
# Transcoding template already exists.
|
|
442
|
+
|
|
438
443
|
INVALIDPARAMETER_PROCESSORALREADYEXIST = 'InvalidParameter.ProcessorAlreadyExist'
|
|
439
444
|
|
|
440
|
-
#
|
|
445
|
+
# Rule not found.
|
|
446
|
+
|
|
441
447
|
INVALIDPARAMETER_RULENOTFOUND = 'InvalidParameter.RuleNotFound'
|
|
442
448
|
|
|
443
449
|
# The output stream of the same session has changed.
|
|
@@ -500,7 +506,8 @@ RESOURCENOTFOUND_DOMAINNORECORD = 'ResourceNotFound.DomainNoRecord'
|
|
|
500
506
|
# The domain name does not exist or is not matched.
|
|
501
507
|
RESOURCENOTFOUND_DOMAINNOTEXIST = 'ResourceNotFound.DomainNotExist'
|
|
502
508
|
|
|
503
|
-
#
|
|
509
|
+
# Data is empty.
|
|
510
|
+
|
|
504
511
|
RESOURCENOTFOUND_EMPTYDATA = 'ResourceNotFound.EmptyData'
|
|
505
512
|
|
|
506
513
|
# You are blocked.
|
|
@@ -35,7 +35,8 @@ FAILEDOPERATION_UNKNOWFILETYPEERROR = 'FailedOperation.UnKnowFileTypeError'
|
|
|
35
35
|
# The service is not activated.
|
|
36
36
|
FAILEDOPERATION_UNOPENERROR = 'FailedOperation.UnOpenError'
|
|
37
37
|
|
|
38
|
-
#
|
|
38
|
+
# Parameter error.
|
|
39
|
+
|
|
39
40
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
40
41
|
|
|
41
42
|
# Parameter value error.
|
|
@@ -44,7 +44,8 @@ INVALIDPARAMETER_ENDTIME = 'InvalidParameter.EndTime'
|
|
|
44
44
|
# The quantity exceeds the limit.
|
|
45
45
|
INVALIDPARAMETER_EXCEEDEDQUANTITYLIMIT = 'InvalidParameter.ExceededQuantityLimit'
|
|
46
46
|
|
|
47
|
-
#
|
|
47
|
+
# FrameCaptureTemplates parameter is invalid.
|
|
48
|
+
|
|
48
49
|
INVALIDPARAMETER_FRAMECAPTURETEMPLATES = 'InvalidParameter.FrameCaptureTemplates'
|
|
49
50
|
|
|
50
51
|
# Invalid `Id`.
|
|
@@ -59,7 +59,8 @@ INVALIDPARAMETER_NAME = 'InvalidParameter.Name'
|
|
|
59
59
|
# Failed to find the VOD remux task.
|
|
60
60
|
INVALIDPARAMETER_NOTFOUND = 'InvalidParameter.NotFound'
|
|
61
61
|
|
|
62
|
-
#
|
|
62
|
+
# OutputGroups is invalid.
|
|
63
|
+
|
|
63
64
|
INVALIDPARAMETER_OUTPUTGROUPS = 'InvalidParameter.OutputGroups'
|
|
64
65
|
|
|
65
66
|
# The OutputStorage is invalid.
|
|
@@ -125,7 +125,8 @@ INVALIDPARAMETERVALUE_DEFINITIONS = 'InvalidParameterValue.Definitions'
|
|
|
125
125
|
# Incorrect parameter value: the default template cannot be deleted.
|
|
126
126
|
INVALIDPARAMETERVALUE_DELETEDEFAULTTEMPLATE = 'InvalidParameterValue.DeleteDefaultTemplate'
|
|
127
127
|
|
|
128
|
-
#
|
|
128
|
+
# DestinationLanguage parameter error.
|
|
129
|
+
|
|
129
130
|
INVALIDPARAMETERVALUE_DESTINATIONLANGUAGE = 'InvalidParameterValue.DestinationLanguage'
|
|
130
131
|
|
|
131
132
|
# Invalid switch value used to prohibit transcoding from low bitrate to high bitrate.
|
|
@@ -263,7 +264,8 @@ INVALIDPARAMETERVALUE_SESSIONIDTOOLONG = 'InvalidParameterValue.SessionIdTooLong
|
|
|
263
264
|
# Invalid parameter: incorrect audio channel system.
|
|
264
265
|
INVALIDPARAMETERVALUE_SOUNDSYSTEM = 'InvalidParameterValue.SoundSystem'
|
|
265
266
|
|
|
266
|
-
#
|
|
267
|
+
# SourceLanguage parameter error.
|
|
268
|
+
|
|
267
269
|
INVALIDPARAMETERVALUE_SOURCELANGUAGE = 'InvalidParameterValue.SourceLanguage'
|
|
268
270
|
|
|
269
271
|
# Source file error.
|
|
@@ -26,7 +26,8 @@ FAILEDOPERATION_EMPTYIMAGEERROR = 'FailedOperation.EmptyImageError'
|
|
|
26
26
|
# Recognition by the engine timed out.
|
|
27
27
|
FAILEDOPERATION_ENGINERECOGNIZETIMEOUT = 'FailedOperation.EngineRecognizeTimeout'
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# The field value does not meet expectations.
|
|
30
|
+
|
|
30
31
|
FAILEDOPERATION_FIELDEXCEPTION = 'FailedOperation.FieldException'
|
|
31
32
|
|
|
32
33
|
# The ID card information (ID number, name, etc.) is invalid.
|
|
@@ -56,7 +57,8 @@ FAILEDOPERATION_IMAGENOTEXT = 'FailedOperation.ImageNoText'
|
|
|
56
57
|
# The image is too large. Please see the description of image size limit in the output parameters.
|
|
57
58
|
FAILEDOPERATION_IMAGESIZETOOLARGE = 'FailedOperation.ImageSizeTooLarge'
|
|
58
59
|
|
|
59
|
-
#
|
|
60
|
+
# The information in the visual zone does not match that in the machine-readable zone.
|
|
61
|
+
|
|
60
62
|
FAILEDOPERATION_INCONSISTENCYBETWEENMRZANDVRZ = 'FailedOperation.InconsistencyBetweenMRZAndVRZ'
|
|
61
63
|
|
|
62
64
|
# The input language is not supported.
|