Skip to content

Commit 47c454a

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#922)
Co-authored-by: josh-wong <[email protected]>
1 parent fd9edbe commit 47c454a

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

docs/scalardb-core-status-codes.mdx

Lines changed: 50 additions & 2 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

@@ -1157,6 +1157,54 @@ The variable key column size must be greater than or equal to 64
11571157
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
11581158
```
11591159

1160+
### `CORE-10146`
1161+
1162+
**Message**
1163+
1164+
```markdown
1165+
Inserting already-written data is not allowed
1166+
```
1167+
1168+
### `CORE-10147`
1169+
1170+
**Message**
1171+
1172+
```markdown
1173+
Deleting already-inserted data is not allowed
1174+
```
1175+
1176+
### `CORE-10148`
1177+
1178+
**Message**
1179+
1180+
```markdown
1181+
Invalid key: Column %s does not exist in the table %s in namespace %s.
1182+
```
1183+
1184+
### `CORE-10149`
1185+
1186+
**Message**
1187+
1188+
```markdown
1189+
Invalid base64 encoding for blob value for column %s in table %s in namespace %s
1190+
```
1191+
1192+
### `CORE-10150`
1193+
1194+
**Message**
1195+
1196+
```markdown
1197+
Invalid number specified for column %s in table %s in namespace %s
1198+
```
1199+
1200+
### `CORE-10151`
1201+
1202+
**Message**
1203+
1204+
```markdown
1205+
Method null argument not allowed
1206+
```
1207+
11601208
## `CORE-2xxxx` status codes
11611209

11621210
### `CORE-20000`

0 commit comments

Comments
 (0)