Skip to content

Commit a333a7d

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 1b20a94 commit a333a7d

File tree

5 files changed

+24
-21
lines changed

5 files changed

+24
-21
lines changed

versioned_docs/version-3.12/scalardb-cluster/scalardb-auth-status-codes.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This page provides a list of error codes related to authentication and authoriza
1010

1111
## Error code classes and descriptions
1212

13-
| Class | Description |
14-
|:-------------|:---------------------------------------------------------|
15-
| `AUTH-1xxxx` | Errors for the user error category. |
16-
| `AUTH-3xxxx` | Errors for the internal error category |
13+
| Class | Description |
14+
|:-------------|:---------------------------------------|
15+
| `AUTH-1xxxx` | Errors for the user error category |
16+
| `AUTH-3xxxx` | Errors for the internal error category |
1717

1818
## `AUTH-1xxxx` status codes
1919

@@ -298,4 +298,3 @@ Logging in failed. Username: %s
298298
```markdown
299299
Logging out failed
300300
```
301-

versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-status-codes.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This page provides a list of error codes in ScalarDB Cluster.
1010

1111
## Error code classes and descriptions
1212

13-
| Class | Description |
14-
|:----------------|:---------------------------------------------------------|
15-
| `CLUSTER-1xxxx` | Errors for the user error category. |
16-
| `CLUSTER-2xxxx` | Errors for the concurrency error category |
17-
| `CLUSTER-3xxxx` | Errors for the internal error category |
13+
| Class | Description |
14+
|:----------------|:------------------------------------------|
15+
| `CLUSTER-1xxxx` | Errors for the user error category |
16+
| `CLUSTER-2xxxx` | Errors for the concurrency error category |
17+
| `CLUSTER-3xxxx` | Errors for the internal error category |
1818

1919
## `CLUSTER-1xxxx` status codes
2020

@@ -357,4 +357,3 @@ Reading the Kubernetes endpoint failed. Namespace: %s; Name: %s; Code: %d; Respo
357357
```markdown
358358
Configuring TLS failed
359359
```
360-

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page provides a list of error codes in ScalarDB.
1313

1414
| Class | Description |
1515
|:-------------|:---------------------------------------------------------|
16-
| `CORE-1xxxx` | Errors for the user error category. |
16+
| `CORE-1xxxx` | Errors for the user error category |
1717
| `CORE-2xxxx` | Errors for the concurrency error category |
1818
| `CORE-3xxxx` | Errors for the internal error category |
1919
| `CORE-4xxxx` | Errors for the unknown transaction status error category |
@@ -1028,6 +1028,14 @@ Columns must be specified. Table: %s
10281028
Invalid column type. Table: %s; Column: %s; Type: %s
10291029
```
10301030

1031+
### `CORE-10145`
1032+
1033+
**Message**
1034+
1035+
```markdown
1036+
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
1037+
```
1038+
10311039
## `CORE-2xxxx` status codes
10321040

10331041
### `CORE-20000`
@@ -1601,4 +1609,3 @@ The coordinator status is unknown
16011609
```markdown
16021610
Aborting state failed with NoMutationException, but the coordinator status does not exist
16031611
```
1604-

versioned_docs/version-3.12/scalardb-graphql/scalardb-graphql-status-codes.mdx

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

1010
## Error code classes and descriptions
1111

12-
| Class | Description |
13-
|:----------------|:---------------------------------------------------------|
14-
| `GRAPHQL-1xxxx` | Errors for the user error category. |
12+
| Class | Description |
13+
|:----------------|:-----------------------------------|
14+
| `GRAPHQL-1xxxx` | Errors for the user error category |
1515

1616
## `GRAPHQL-1xxxx` status codes
1717

@@ -238,4 +238,3 @@ Unexpected mutation field: %s
238238
```markdown
239239
Invalid type: %s
240240
```
241-

versioned_docs/version-3.12/scalardb-sql/scalardb-sql-status-codes.mdx

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

1010
## Error code classes and descriptions
1111

12-
| Class | Description |
13-
|:------------|:---------------------------------------------------------|
14-
| `SQL-1xxxx` | Errors for the user error category. |
12+
| Class | Description |
13+
|:------------|:-----------------------------------|
14+
| `SQL-1xxxx` | Errors for the user error category |
1515

1616
## `SQL-1xxxx` status codes
1717

@@ -558,4 +558,3 @@ The column %s is specified twice in the JOIN predicates. Predicates: %s
558558
```markdown
559559
Either all primary key columns or an indexed column for the table %s must be specified in the JOIN predicates. Predicates: %s
560560
```
561-

0 commit comments

Comments
 (0)