Skip to content

Commit 97a64d1

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 3c4a0e0 commit 97a64d1

File tree

3 files changed

+62
-6
lines changed

3 files changed

+62
-6
lines changed

versioned_docs/version-3.16/scalardb-core-status-codes.mdx

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ A %s condition is not allowed on Delete operations
796796
**Message**
797797

798798
```markdown
799-
The condition is not allowed to target transaction metadata columns. Column: %s
799+
The condition is not allowed to target transaction metadata columns. Table: %s; Column: %s
800800
```
801801

802802
### `DB-CORE-10101`
@@ -1119,6 +1119,54 @@ The storage does not support mutations across multiple namespaces. Storage: %s;
11191119
Mutations across multiple storages are not allowed. Mutations: %s
11201120
```
11211121

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

11241172
The following are status codes and messages for the concurrency error category.
@@ -1708,7 +1756,7 @@ The Update operation failed. Details: %s
17081756
**Message**
17091757

17101758
```markdown
1711-
Handling the before-preparation snapshot hook failed. Details: %s
1759+
Handling the before-preparation hook failed. Details: %s
17121760
```
17131761

17141762
### `DB-CORE-30054`
@@ -1748,7 +1796,7 @@ Recovering records failed. Details: %s
17481796
**Message**
17491797

17501798
```markdown
1751-
Committing records failed
1799+
Committing records failed. Details: %s
17521800
```
17531801

17541802
## `DB-CORE-4xxxx` status codes

versioned_docs/version-3.16/scalardb-data-loader-status-codes.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,14 @@ Transaction size must be greater than 0
477477
Number of max threads must be greater than 0
478478
```
479479

480+
### `DB-DATA-LOADER-10057`
481+
482+
**Message**
483+
484+
```markdown
485+
Cannot specify both deprecated option '%s' and new option '%s'. Please use only '%s'
486+
```
487+
480488
## `DB-DATA-LOADER-3xxxx` status codes
481489

482490
The following are status codes and messages for the internal error category.

versioned_docs/version-3.16/scalardb-schema-loader-status-codes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This page provides a list of error codes in ScalarDB Schema Loader.
1212

1313
## Error code classes and descriptions
1414

15-
| Class | Description |
16-
|:-------------------------|:---------------------------------------|
17-
| `DB-SCHEMA-LOADER-1xxxx` | Errors for the user error category. |
15+
| Class | Description |
16+
|:-------------------------|:-----------------------------------|
17+
| `DB-SCHEMA-LOADER-1xxxx` | Errors for the user error category |
1818

1919
## `DB-SCHEMA-LOADER-1xxxx` status codes
2020

0 commit comments

Comments
 (0)