Skip to content

Commit 6dce3eb

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#924)
Co-authored-by: josh-wong <[email protected]>
1 parent bdff63f commit 6dce3eb

File tree

1 file changed

+51
-3
lines changed

1 file changed

+51
-3
lines changed

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

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ tags:
66
displayed_sidebar: docsEnglish
77
---
88

9-
# ScalarDB Error Codes
9+
# ScalarDB Core Error Codes
1010

11-
This page provides a list of error codes in ScalarDB.
11+
This page provides a list of error codes in ScalarDB Core.
1212

1313
## Error code classes and descriptions
1414

@@ -202,7 +202,7 @@ The clustering key is not properly specified. Operation: %s
202202
**Message**
203203

204204
```markdown
205-
This feature is not supported in the ScalarDB Community edition
205+
The authentication and authorization feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition
206206
```
207207

208208
### `CORE-10023`
@@ -1141,6 +1141,54 @@ This operation is supported only when no conditions are specified. If you want t
11411141
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
11421142
```
11431143

1144+
### `CORE-10146`
1145+
1146+
**Message**
1147+
1148+
```markdown
1149+
Inserting already-written data is not allowed
1150+
```
1151+
1152+
### `CORE-10147`
1153+
1154+
**Message**
1155+
1156+
```markdown
1157+
Deleting already-inserted data is not allowed
1158+
```
1159+
1160+
### `CORE-10148`
1161+
1162+
**Message**
1163+
1164+
```markdown
1165+
Invalid key: Column %s does not exist in the table %s in namespace %s.
1166+
```
1167+
1168+
### `CORE-10149`
1169+
1170+
**Message**
1171+
1172+
```markdown
1173+
Invalid base64 encoding for blob value for column %s in table %s in namespace %s
1174+
```
1175+
1176+
### `CORE-10150`
1177+
1178+
**Message**
1179+
1180+
```markdown
1181+
Invalid number specified for column %s in table %s in namespace %s
1182+
```
1183+
1184+
### `CORE-10151`
1185+
1186+
**Message**
1187+
1188+
```markdown
1189+
Method null argument not allowed
1190+
```
1191+
11441192
## `CORE-2xxxx` status codes
11451193

11461194
### `CORE-20000`

0 commit comments

Comments
 (0)