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

File without changes
File without changes
@@ -0,0 +1,54 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+ # Operation failed.
18
+ FAILEDOPERATION = 'FailedOperation'
19
+
20
+ # File download failure.
21
+ FAILEDOPERATION_DOWNLOADERROR = 'FailedOperation.DownLoadError'
22
+
23
+ # File decoding failure.
24
+ FAILEDOPERATION_FILEDECODEFAILED = 'FailedOperation.FileDecodeFailed'
25
+
26
+ # Image decoding failed.
27
+ FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
28
+
29
+ # Unknown error.
30
+ FAILEDOPERATION_UNKNOWERROR = 'FailedOperation.UnKnowError'
31
+
32
+ # Unknown file type.
33
+ FAILEDOPERATION_UNKNOWFILETYPEERROR = 'FailedOperation.UnKnowFileTypeError'
34
+
35
+ # The service is not activated.
36
+ FAILEDOPERATION_UNOPENERROR = 'FailedOperation.UnOpenError'
37
+
38
+ #
39
+ INVALIDPARAMETER = 'InvalidParameter'
40
+
41
+ # Parameter value error.
42
+ INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUELIMIT = 'InvalidParameterValue.InvalidParameterValueLimit'
43
+
44
+ # The file size is too large.
45
+ LIMITEXCEEDED_TOOLARGEFILEERROR = 'LimitExceeded.TooLargeFileError'
46
+
47
+ # The account is in arrears.
48
+ RESOURCEUNAVAILABLE_INARREARS = 'ResourceUnavailable.InArrears'
49
+
50
+ # The account resource package is exhausted.
51
+ RESOURCEUNAVAILABLE_RESOURCEPACKAGERUNOUT = 'ResourceUnavailable.ResourcePackageRunOut'
52
+
53
+ # The billing status is abnormal.
54
+ RESOURCESSOLDOUT_CHARGESTATUSEXCEPTION = 'ResourcesSoldOut.ChargeStatusException'