Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This page provides a list of error codes related to authentication and authoriza

## Error code classes and descriptions

| Class | Description |
|:-------------|:---------------------------------------------------------|
| `AUTH-1xxxx` | Errors for the user error category. |
| `AUTH-3xxxx` | Errors for the internal error category |
| Class | Description |
|:-------------|:---------------------------------------|
| `AUTH-1xxxx` | Errors for the user error category |
| `AUTH-3xxxx` | Errors for the internal error category |

## `AUTH-1xxxx` status codes

Expand Down Expand Up @@ -298,4 +298,3 @@ Logging in failed. Username: %s
```markdown
Logging out failed
```

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This page provides a list of error codes in ScalarDB Cluster.

## Error code classes and descriptions

| Class | Description |
|:----------------|:---------------------------------------------------------|
| `CLUSTER-1xxxx` | Errors for the user error category. |
| `CLUSTER-2xxxx` | Errors for the concurrency error category |
| `CLUSTER-3xxxx` | Errors for the internal error category |
| Class | Description |
|:----------------|:------------------------------------------|
| `CLUSTER-1xxxx` | Errors for the user error category |
| `CLUSTER-2xxxx` | Errors for the concurrency error category |
| `CLUSTER-3xxxx` | Errors for the internal error category |

## `CLUSTER-1xxxx` status codes

Expand Down Expand Up @@ -357,4 +357,3 @@ Reading the Kubernetes endpoint failed. Namespace: %s; Name: %s; Code: %d; Respo
```markdown
Configuring TLS failed
```

11 changes: 9 additions & 2 deletions versioned_docs/version-3.12/scalardb-core-status-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page provides a list of error codes in ScalarDB.

| Class | Description |
|:-------------|:---------------------------------------------------------|
| `CORE-1xxxx` | Errors for the user error category. |
| `CORE-1xxxx` | Errors for the user error category |
| `CORE-2xxxx` | Errors for the concurrency error category |
| `CORE-3xxxx` | Errors for the internal error category |
| `CORE-4xxxx` | Errors for the unknown transaction status error category |
Expand Down Expand Up @@ -1028,6 +1028,14 @@ Columns must be specified. Table: %s
Invalid column type. Table: %s; Column: %s; Type: %s
```

### `CORE-10145`

**Message**

```markdown
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
```

## `CORE-2xxxx` status codes

### `CORE-20000`
Expand Down Expand Up @@ -1601,4 +1609,3 @@ The coordinator status is unknown
```markdown
Aborting state failed with NoMutationException, but the coordinator status does not exist
```

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This page provides a list of error codes in ScalarDB GraphQL.

## Error code classes and descriptions

| Class | Description |
|:----------------|:---------------------------------------------------------|
| `GRAPHQL-1xxxx` | Errors for the user error category. |
| Class | Description |
|:----------------|:-----------------------------------|
| `GRAPHQL-1xxxx` | Errors for the user error category |

## `GRAPHQL-1xxxx` status codes

Expand Down Expand Up @@ -238,4 +238,3 @@ Unexpected mutation field: %s
```markdown
Invalid type: %s
```

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This page provides a list of error codes in ScalarDB SQL.

## Error code classes and descriptions

| Class | Description |
|:------------|:---------------------------------------------------------|
| `SQL-1xxxx` | Errors for the user error category. |
| Class | Description |
|:------------|:-----------------------------------|
| `SQL-1xxxx` | Errors for the user error category |

## `SQL-1xxxx` status codes

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