Skip to content

Commit 4040f1a

Browse files
AUTO: Sync ScalarDB docs in Japanese to docs site repo (#925)
Co-authored-by: josh-wong <[email protected]>
1 parent 6dce3eb commit 4040f1a

File tree

1 file changed

+51
-3
lines changed

1 file changed

+51
-3
lines changed

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

Lines changed: 51 additions & 3 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-
This feature is not supported in the ScalarDB Community 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`
@@ -1145,6 +1145,54 @@ This operation is supported only when no conditions are specified. If you want t
11451145
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
11461146
```
11471147

1148+
### `CORE-10146`
1149+
1150+
**メッセージ**
1151+
1152+
```markdown
1153+
Inserting already-written data is not allowed
1154+
```
1155+
1156+
### `CORE-10147`
1157+
1158+
**メッセージ**
1159+
1160+
```markdown
1161+
Deleting already-inserted data is not allowed
1162+
```
1163+
1164+
### `CORE-10148`
1165+
1166+
**メッセージ**
1167+
1168+
```markdown
1169+
Invalid key: Column %s does not exist in the table %s in namespace %s.
1170+
```
1171+
1172+
### `CORE-10149`
1173+
1174+
**メッセージ**
1175+
1176+
```markdown
1177+
Invalid base64 encoding for blob value for column %s in table %s in namespace %s
1178+
```
1179+
1180+
### `CORE-10150`
1181+
1182+
**メッセージ**
1183+
1184+
```markdown
1185+
Invalid number specified for column %s in table %s in namespace %s
1186+
```
1187+
1188+
### `CORE-10151`
1189+
1190+
**メッセージ**
1191+
1192+
```markdown
1193+
Method null argument not allowed
1194+
```
1195+
11481196
## `CORE-2xxxx` ステータスコード
11491197

11501198
### `CORE-20000`

0 commit comments

Comments
 (0)