tencentcloud-sdk-python-intl-en 3.0.1090__py2.py3-none-any.whl → 3.0.1092__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.

@@ -44,6 +44,9 @@ FAILEDOPERATION_STARTJOBFAILED = 'FailedOperation.StartJobFailed'
44
44
  # This operation cannot be performed due to a status conflict.
45
45
  FAILEDOPERATION_STATUSINCONFLICT = 'FailedOperation.StatusInConflict'
46
46
 
47
+ #
48
+ FAILEDOPERATION_USERNOTAUTHED = 'FailedOperation.UserNotAuthed'
49
+
47
50
  # An internal error occurred.
48
51
  INTERNALERROR = 'InternalError'
49
52
 
@@ -62,6 +65,9 @@ INTERNALERROR_DATABASEERROR = 'InternalError.DatabaseError'
62
65
  # Migration tasks are in conflict.
63
66
  INTERNALERROR_DUPLICATEJOB = 'InternalError.DuplicateJob'
64
67
 
68
+ # HTTP request error.
69
+ INTERNALERROR_EXECHTTPREQUESTERROR = 'InternalError.ExecHttpRequestError'
70
+
65
71
  # An internal error occurred.
66
72
  INTERNALERROR_INTERNALERRORERROR = 'InternalError.InternalErrorError'
67
73
 
@@ -137,6 +143,9 @@ OPERATIONDENIED_JOBOPERATIONDENIEDERROR = 'OperationDenied.JobOperationDeniedErr
137
143
  # The account balance is insufficient.
138
144
  OPERATIONDENIED_NOTENOUGHMONEYERROR = 'OperationDenied.NotEnoughMoneyError'
139
145
 
146
+ # This operation cannot be performed.
147
+ OPERATIONDENIED_OPERATIONDENIED = 'OperationDenied.OperationDenied'
148
+
140
149
  # The operation was denied.
141
150
  OPERATIONDENIED_OPERATIONDENIEDERROR = 'OperationDenied.OperationDeniedError'
142
151