Skip to content

Commit 1d4e352

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

File tree

5 files changed

+282
-63
lines changed

5 files changed

+282
-63
lines changed

docs/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-

docs/scalardb-cluster/scalardb-cluster-status-codes.mdx

Lines changed: 44 additions & 5 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

@@ -290,6 +290,38 @@ The property 'scalar.db.sql.cluster_mode.contact_points' must be prefixed with '
290290
The format of the property 'scalar.db.sql.cluster_mode.contact_points' for direct-kubernetes client mode is 'direct-kubernetes:<NAMESPACE_NAME>/<ENDPOINT_NAME>' or 'direct-kubernetes:<ENDPOINT_NAME>'
291291
```
292292

293+
### `CLUSTER-10034`
294+
295+
**Message**
296+
297+
```markdown
298+
ClusterNodeManagerFactory is not specified
299+
```
300+
301+
### `CLUSTER-10035`
302+
303+
**Message**
304+
305+
```markdown
306+
The update condition type is unspecified
307+
```
308+
309+
### `CLUSTER-10036`
310+
311+
**Message**
312+
313+
```markdown
314+
The update condition type is unrecognized
315+
```
316+
317+
### `CLUSTER-10037`
318+
319+
**Message**
320+
321+
```markdown
322+
The two-phase commit interface is not supported
323+
```
324+
293325
## `CLUSTER-2xxxx` status codes
294326

295327
### `CLUSTER-20000`
@@ -358,3 +390,10 @@ Reading the Kubernetes endpoint failed. Namespace: %s; Name: %s; Code: %d; Respo
358390
Configuring TLS failed
359391
```
360392

393+
### `CLUSTER-30006`
394+
395+
**Message**
396+
397+
```markdown
398+
No nearest cluster nodes are found
399+
```

0 commit comments

Comments
 (0)