Skip to content

Commit 68c7c7b

Browse files
committed
AUTO: Sync ScalarDB docs in Japanese to docs site repo
1 parent 3c4a0e0 commit 68c7c7b

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
lines changed

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

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ The specified consistency level is not supported. Consistency level: %s
640640
**メッセージ**
641641

642642
```markdown
643-
Cannot encode a Text value that contains '\u0000'
643+
Cannot encode a Text value that contains '\\u0000'
644644
```
645645

646646
### `DB-CORE-10081`
@@ -800,7 +800,7 @@ A %s condition is not allowed on Delete operations
800800
**メッセージ**
801801

802802
```markdown
803-
The condition is not allowed to target transaction metadata columns. Column: %s
803+
The condition is not allowed to target transaction metadata columns. Table: %s; Column: %s
804804
```
805805

806806
### `DB-CORE-10101`
@@ -1123,6 +1123,54 @@ The storage does not support mutations across multiple namespaces. Storage: %s;
11231123
Mutations across multiple storages are not allowed. Mutations: %s
11241124
```
11251125

1126+
### `DB-CORE-10216`
1127+
1128+
**メッセージ**
1129+
1130+
```markdown
1131+
The namespace has non-ScalarDB tables and cannot be dropped. Namespace: %s; Tables in the namespace: %s
1132+
```
1133+
1134+
### `DB-CORE-10258`
1135+
1136+
**メッセージ**
1137+
1138+
```markdown
1139+
Specifying transaction metadata columns in the projection is not allowed. Table: %s; Column: %s
1140+
```
1141+
1142+
### `DB-CORE-10259`
1143+
1144+
**メッセージ**
1145+
1146+
```markdown
1147+
Specifying transaction metadata columns in the ordering is not allowed. Table: %s; Column: %s
1148+
```
1149+
1150+
### `DB-CORE-10260`
1151+
1152+
**メッセージ**
1153+
1154+
```markdown
1155+
Get operations by using an index is not allowed in the SERIALIZABLE isolation level
1156+
```
1157+
1158+
### `DB-CORE-10261`
1159+
1160+
**メッセージ**
1161+
1162+
```markdown
1163+
Scan operations by using an index is not allowed in the SERIALIZABLE isolation level
1164+
```
1165+
1166+
### `DB-CORE-10262`
1167+
1168+
**メッセージ**
1169+
1170+
```markdown
1171+
Conditions on indexed columns in cross-partition scan operations are not allowed in the SERIALIZABLE isolation level
1172+
```
1173+
11261174
## `DB-CORE-2xxxx` ステータスコード
11271175

11281176
以下は、同時実行エラーカテゴリのステータスコードとメッセージです。
@@ -1712,7 +1760,7 @@ The Update operation failed. Details: %s
17121760
**メッセージ**
17131761

17141762
```markdown
1715-
Handling the before-preparation snapshot hook failed. Details: %s
1763+
Handling the before-preparation hook failed. Details: %s
17161764
```
17171765

17181766
### `DB-CORE-30054`
@@ -1752,7 +1800,7 @@ Recovering records failed. Details: %s
17521800
**メッセージ**
17531801

17541802
```markdown
1755-
Committing records failed
1803+
Committing records failed. Details: %s
17561804
```
17571805

17581806
## `DB-CORE-4xxxx` ステータスコード

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.16/scalardb-data-loader-status-codes.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,14 @@ Transaction size must be greater than 0
481481
Number of max threads must be greater than 0
482482
```
483483

484+
### `DB-DATA-LOADER-10057`
485+
486+
**メッセージ**
487+
488+
```markdown
489+
Cannot specify both deprecated option '%s' and new option '%s'. Please use only '%s'
490+
```
491+
484492
## `DB-DATA-LOADER-3xxxx` ステータスコード
485493

486494
以下は、内部エラーカテゴリのステータスコードとメッセージです。

0 commit comments

Comments
 (0)