You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,7 +206,7 @@ The clustering key is not properly specified. Operation: %s
206
206
**メッセージ**
207
207
208
208
```markdown
209
-
The encryption feature is not enabled. To encrypt data at rest, you must enable this feature. Note that this feature is supported only in the ScalarDB Enterprise edition
209
+
The authentication and authorization feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition
210
210
```
211
211
212
212
### `CORE-10023`
@@ -1142,7 +1142,7 @@ This operation is supported only when no conditions are specified. If you want t
1142
1142
**メッセージ**
1143
1143
1144
1144
```markdown
1145
-
ScalarDB Transparent Data Encryption is not enabled. To use ScalarDB Transparent Data Encryption, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition
1145
+
The encryption feature is not enabled. To encrypt data at rest, you must enable this feature. Note that this feature is supported only in the ScalarDB Enterprise edition
1146
1146
```
1147
1147
1148
1148
### `CORE-10144`
@@ -1161,6 +1161,54 @@ The variable key column size must be greater than or equal to 64
1161
1161
The value of the column %s in the primary key contains an illegal character. Primary-key columns must not contain any of the following characters in Cosmos DB: ':', '/', '\', '#', '?'. Value: %s
1162
1162
```
1163
1163
1164
+
### `CORE-10146`
1165
+
1166
+
**メッセージ**
1167
+
1168
+
```markdown
1169
+
Inserting already-written data is not allowed
1170
+
```
1171
+
1172
+
### `CORE-10147`
1173
+
1174
+
**メッセージ**
1175
+
1176
+
```markdown
1177
+
Deleting already-inserted data is not allowed
1178
+
```
1179
+
1180
+
### `CORE-10148`
1181
+
1182
+
**メッセージ**
1183
+
1184
+
```markdown
1185
+
Invalid key: Column %s does not exist in the table %s in namespace %s.
1186
+
```
1187
+
1188
+
### `CORE-10149`
1189
+
1190
+
**メッセージ**
1191
+
1192
+
```markdown
1193
+
Invalid base64 encoding for blob value for column %s in table %s in namespace %s
1194
+
```
1195
+
1196
+
### `CORE-10150`
1197
+
1198
+
**メッセージ**
1199
+
1200
+
```markdown
1201
+
Invalid number specified for column %s in table %s in namespace %s
1202
+
```
1203
+
1204
+
### `CORE-10151`
1205
+
1206
+
**メッセージ**
1207
+
1208
+
```markdown
1209
+
Method null argument not allowed
1210
+
```
1211
+
1164
1212
## `CORE-2xxxx` ステータスコード
1165
1213
1166
1214
### `CORE-20000`
@@ -1610,7 +1658,7 @@ Fetching the next result failed
0 commit comments