Skip to content

Commit ce5b06e

Browse files
committed
AUTO: Sync ScalarDB docs in Japanese to docs site repo
1 parent 95608d1 commit ce5b06e

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/scalardb-core-status-codes.mdx

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ tags:
66
displayed_sidebar: docsJapanese
77
---
88

9-
# ScalarDB エラーコード
9+
# ScalarDB Core エラーコード
1010

1111
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1212

1313
<TranslationBanner />
1414

15-
このページでは、ScalarDB のエラーコードの一覧を示します。
15+
このページでは、ScalarDB Core のエラーコードの一覧を示します。
1616

1717
## エラーコードのクラスと説明
1818

@@ -206,7 +206,7 @@ The clustering key is not properly specified. Operation: %s
206206
**メッセージ**
207207

208208
```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
210210
```
211211

212212
### `CORE-10023`
@@ -1142,7 +1142,7 @@ This operation is supported only when no conditions are specified. If you want t
11421142
**メッセージ**
11431143

11441144
```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
11461146
```
11471147

11481148
### `CORE-10144`
@@ -1161,6 +1161,54 @@ The variable key column size must be greater than or equal to 64
11611161
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
11621162
```
11631163

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+
11641212
## `CORE-2xxxx` ステータスコード
11651213

11661214
### `CORE-20000`
@@ -1610,7 +1658,7 @@ Fetching the next result failed
16101658
**メッセージ**
16111659

16121660
```markdown
1613-
Rolling back the transaction failed
1661+
Rolling back the transaction failed. Details: %s
16141662
```
16151663

16161664
### `CORE-30030`

0 commit comments

Comments
 (0)