|
13 | 13 | 12: exceptions.AuthInvalidAPIKeyException,
|
14 | 14 | 13: exceptions.AuthIncorrectPermissionException,
|
15 | 15 | 14: exceptions.AuthInvalidRemoteException,
|
16 |
| - 15: exceptions.CustomKeyInvalidcolumnCreationException, |
17 |
| - 16: exceptions.CustomKeyInvalidPermissionForcolumnException, |
| 16 | + 15: exceptions.CustomKeyInvalidColumnCreationException, |
| 17 | + 16: exceptions.CustomKeyInvalidPermissionForColumnException, |
18 | 18 | 17: exceptions.CustomKeyInvalidOperationException,
|
19 | 19 | 18: exceptions.CustomKeyNotPermittedException,
|
20 | 20 | 19: exceptions.CustomKeyRouteNotPermittedException,
|
|
33 | 33 | 31: exceptions.AccountPaymentRequiredException,
|
34 | 34 | 32: exceptions.AccountBannedException,
|
35 | 35 | 33: exceptions.AccountDisabledException,
|
36 |
| - 39: exceptions.columnInvalidRangeException, |
37 |
| - # column errors (40 - 59) |
38 |
| - 40: exceptions.columnMissingParamException, |
39 |
| - 41: exceptions.columnTypeException, |
40 |
| - 42: exceptions.columnIntegerValuesException, |
41 |
| - 43: exceptions.columnAlreadyExistsException, |
42 |
| - 44: exceptions.columnLimitException, |
43 |
| - 45: exceptions.columnTimeSeriesLimitException, |
44 |
| - 46: exceptions.columnTimeSeriesSystemLimitException, |
45 |
| - 47: exceptions.columnDecimalTypeException, |
46 |
| - 48: exceptions.columnStorageValueException, |
47 |
| - 49: exceptions.columnInvalidApiNameException, |
48 |
| - 50: exceptions.columnInvalidNameException, |
49 |
| - 51: exceptions.columnInvalidDescriptionException, |
50 |
| - 52: exceptions.columnExceedDescriptionlengthException, |
51 |
| - 53: exceptions.columnInvalidCardinalityException, |
52 |
| - 54: exceptions.columnDecimalLimitException, |
53 |
| - 55: exceptions.columnRangeLimitException, |
54 |
| - 56: exceptions.columnExceededMaxNameLenghtException, |
55 |
| - 57: exceptions.columnExceededMaxApiNameLenghtException, |
56 |
| - 58: exceptions.columnEmptyEntityIdException, |
57 |
| - 59: exceptions.columnExceededPermitedValueException, |
| 36 | + 39: exceptions.ColumnInvalidRangeException, |
| 37 | + # Column errors (40 - 59) |
| 38 | + 40: exceptions.ColumnMissingParamException, |
| 39 | + 41: exceptions.ColumnTypeException, |
| 40 | + 42: exceptions.ColumnIntegerValuesException, |
| 41 | + 43: exceptions.ColumnAlreadyExistsException, |
| 42 | + 44: exceptions.ColumnLimitException, |
| 43 | + 45: exceptions.ColumnTimeSeriesLimitException, |
| 44 | + 46: exceptions.ColumnTimeSeriesSystemLimitException, |
| 45 | + 47: exceptions.ColumnDecimalTypeException, |
| 46 | + 48: exceptions.ColumnStorageValueException, |
| 47 | + 49: exceptions.ColumnInvalidApiNameException, |
| 48 | + 50: exceptions.ColumnInvalidNameException, |
| 49 | + 51: exceptions.ColumnInvalidDescriptionException, |
| 50 | + 52: exceptions.ColumnExceedDescriptionlengthException, |
| 51 | + 53: exceptions.ColumnInvalidCardinalityException, |
| 52 | + 54: exceptions.ColumnDecimalLimitException, |
| 53 | + 55: exceptions.ColumnRangeLimitException, |
| 54 | + 56: exceptions.ColumnExceededMaxNameLenghtException, |
| 55 | + 57: exceptions.ColumnExceededMaxApiNameLenghtException, |
| 56 | + 58: exceptions.ColumnEmptyEntityIdException, |
| 57 | + 59: exceptions.ColumnExceededPermitedValueException, |
58 | 58 | # Insertion errors (60 - 79)
|
59 | 59 | 60: exceptions.InsertInvalidDecimalPlacesException,
|
60 | 60 | 61: exceptions.InsertEntityValueTypeException,
|
61 |
| - 62: exceptions.InsertcolumnNameTypeException, |
62 |
| - 63: exceptions.InsertcolumnTypeException, |
| 61 | + 62: exceptions.InsertColumnNameTypeException, |
| 62 | + 63: exceptions.InsertColumnTypeException, |
63 | 63 | 64: exceptions.InsertEntityNameTooBigException,
|
64 |
| - 65: exceptions.InsertcolumnValueTooBigException, |
| 64 | + 65: exceptions.InsertColumnValueTooBigException, |
65 | 65 | 66: exceptions.InsertTimeSeriesDateFormatException,
|
66 |
| - 67: exceptions.InsertcolumnNotActiveException, |
| 66 | + 67: exceptions.InsertColumnNotActiveException, |
67 | 67 | 68: exceptions.InsertIdLimitException,
|
68 |
| - 69: exceptions.InsertcolumnLimitException, |
| 68 | + 69: exceptions.InsertColumnLimitException, |
69 | 69 | 70: exceptions.InsertDateFormatException,
|
70 |
| - 71: exceptions.InsertcolumnStringEmptyValueException, |
71 |
| - 72: exceptions.InsertcolumnTimeseriesInvalidParameterException, |
72 |
| - 73: exceptions.InsertcolumnNumericInvalidValueException, |
73 |
| - 74: exceptions.InsertcolumnTimeseriesMissingValueException, |
| 70 | + 71: exceptions.InsertColumnStringEmptyValueException, |
| 71 | + 72: exceptions.InsertColumnTimeseriesInvalidParameterException, |
| 72 | + 73: exceptions.InsertColumnNumericInvalidValueException, |
| 73 | + 74: exceptions.InsertColumnTimeseriesMissingValueException, |
74 | 74 | 75: exceptions.QueryTimeSeriesInvalidPrecisionSecondsException,
|
75 | 75 | 76: exceptions.QueryTimeSeriesInvalidPrecisionMinutesException,
|
76 | 76 | 77: exceptions.QueryTimeSeriesInvalidPrecisionHoursException,
|
|
110 | 110 | 111: exceptions.QueryDataExtractionLimitValueTooBigException,
|
111 | 111 | 112: exceptions.QueryDataExtractionLimitAndPageTokenValueException,
|
112 | 112 | 113: exceptions.QueryDataExtractionPageTokenValueException,
|
113 |
| - 114: exceptions.QueryDataExtractioncolumnLimitException, |
| 113 | + 114: exceptions.QueryDataExtractionColumnLimitException, |
114 | 114 | 115: exceptions.QueryExistsEntityEmptyException,
|
115 | 115 | 116: exceptions.QuerySavedInvalidQueryValueException,
|
116 | 116 | 117: exceptions.QuerySavedInvalidCachePeriodValueException,
|
|
122 | 122 | 123: exceptions.QueryExceededMaxNumberQuerysException,
|
123 | 123 | 124: exceptions.QueryInvalidOperatorUsageException,
|
124 | 124 | 125: exceptions.QueryInvalidParameterUsageException,
|
125 |
| - 126: exceptions.QueryParameterInvalidcolumnUsageException, |
126 |
| - 127: exceptions.QueryInvalidcolumnUsageException, |
| 125 | + 126: exceptions.QueryParameterInvalidColumnUsageException, |
| 126 | + 127: exceptions.QueryInvalidColumnUsageException, |
127 | 127 | # Internal errors (110 - 120)
|
128 | 128 | 130: exceptions.InternalException,
|
129 |
| - 131: exceptions.columnCreateInternalException |
| 129 | + 131: exceptions.ColumnCreateInternalException |
130 | 130 | }
|
131 | 131 |
|
132 | 132 | slicer_exceptions = defaultdict(
|
|
0 commit comments