@@ -1407,6 +1407,230 @@ Missing required field or column mapping for partition key %s
14071407Missing field or column mapping for %s
14081408```
14091409
1410+ ### ` DB-CORE-10177 `
1411+
1412+ ** Message**
1413+
1414+ ``` markdown
1415+ Something went wrong while converting the ScalarDB values to strings. The table metadata and Value datatype probably do not match. Details: %s
1416+ ```
1417+
1418+ ### ` DB-CORE-10178 `
1419+
1420+ ** Message**
1421+
1422+ ``` markdown
1423+ The provided file format is not supported : %s
1424+ ```
1425+
1426+ ### ` DB-CORE-10179 `
1427+
1428+ ** Message**
1429+
1430+ ``` markdown
1431+ Could not find the partition key
1432+ ```
1433+
1434+ ### ` DB-CORE-10180 `
1435+
1436+ ** Message**
1437+
1438+ ``` markdown
1439+ The source record needs to contain all fields if the UPSERT turns into an INSERT
1440+ ```
1441+
1442+ ### ` DB-CORE-10181 `
1443+
1444+ ** Message**
1445+
1446+ ``` markdown
1447+ Record already exists
1448+ ```
1449+
1450+ ### ` DB-CORE-10182 `
1451+
1452+ ** Message**
1453+
1454+ ``` markdown
1455+ Record was not found
1456+ ```
1457+
1458+ ### ` DB-CORE-10183 `
1459+
1460+ ** Message**
1461+
1462+ ``` markdown
1463+ Could not find the clustering key
1464+ ```
1465+
1466+ ### ` DB-CORE-10184 `
1467+
1468+ ** Message**
1469+
1470+ ``` markdown
1471+ No table metadata found
1472+ ```
1473+
1474+ ### ` DB-CORE-10185 `
1475+
1476+ ** Message**
1477+
1478+ ``` markdown
1479+ The data mapping source field '%s' for table '%s' is missing in the json data record
1480+ ```
1481+
1482+ ### ` DB-CORE-10186 `
1483+
1484+ ** Message**
1485+
1486+ ``` markdown
1487+ The CSV row: %s does not match header: %s.
1488+ ```
1489+
1490+ ### ` DB-CORE-10187 `
1491+
1492+ ** Message**
1493+
1494+ ``` markdown
1495+ Expected JSON file content to be an array
1496+ ```
1497+
1498+ ### ` DB-CORE-10189 `
1499+
1500+ ** Message**
1501+
1502+ ``` markdown
1503+ Missing option: either '--namespace' and'--table' or '--control-file' options must be specified.
1504+ ```
1505+
1506+ ### ` DB-CORE-10190 `
1507+
1508+ ** Message**
1509+
1510+ ``` markdown
1511+ The file '%s' specified by the argument '%s' does not exist.
1512+ ```
1513+
1514+ ### ` DB-CORE-10191 `
1515+
1516+ ** Message**
1517+
1518+ ``` markdown
1519+ Cannot write to the log directory: %s
1520+ ```
1521+
1522+ ### ` DB-CORE-10192 `
1523+
1524+ ** Message**
1525+
1526+ ``` markdown
1527+ Failed to create the log directory: %s
1528+ ```
1529+
1530+ ### ` DB-CORE-10193 `
1531+
1532+ ** Message**
1533+
1534+ ``` markdown
1535+ Failed to parse the control file: %s
1536+ ```
1537+
1538+ ### ` DB-CORE-10194 `
1539+
1540+ ** Message**
1541+
1542+ ``` markdown
1543+ No permission to create or write files in the directory: %s
1544+ ```
1545+
1546+ ### ` DB-CORE-10195 `
1547+
1548+ ** Message**
1549+
1550+ ``` markdown
1551+ Failed to create the directory: %s
1552+ ```
1553+
1554+ ### ` DB-CORE-10196 `
1555+
1556+ ** Message**
1557+
1558+ ``` markdown
1559+ Path exists but is not a directory: %s
1560+ ```
1561+
1562+ ### ` DB-CORE-10197 `
1563+
1564+ ** Message**
1565+
1566+ ``` markdown
1567+ File path must not be blank.
1568+ ```
1569+
1570+ ### ` DB-CORE-10198 `
1571+
1572+ ** Message**
1573+
1574+ ``` markdown
1575+ File not found: %s
1576+ ```
1577+
1578+ ### ` DB-CORE-10199 `
1579+
1580+ ** Message**
1581+
1582+ ``` markdown
1583+ Invalid date time value specified for column %s in table %s in namespace %s.
1584+ ```
1585+
1586+ ### ` DB-CORE-10200 `
1587+
1588+ ** Message**
1589+
1590+ ``` markdown
1591+ Key-value cannot be null or empty
1592+ ```
1593+
1594+ ### ` DB-CORE-10201 `
1595+
1596+ ** Message**
1597+
1598+ ``` markdown
1599+ Invalid key-value format: %s
1600+ ```
1601+
1602+ ### ` DB-CORE-10202 `
1603+
1604+ ** Message**
1605+
1606+ ``` markdown
1607+ Value must not be null
1608+ ```
1609+
1610+ ### ` DB-CORE-10203 `
1611+
1612+ ** Message**
1613+
1614+ ``` markdown
1615+ Delimiter must not be null
1616+ ```
1617+
1618+ ### ` DB-CORE-10204 `
1619+
1620+ ** Message**
1621+
1622+ ``` markdown
1623+ Config file path must not be blank
1624+ ```
1625+
1626+ ### ` DB-CORE-10205 `
1627+
1628+ ** Message**
1629+
1630+ ``` markdown
1631+ The namespace has non-ScalarDB tables and cannot be dropped. Namespace: %s; Tables in the namespace: %s
1632+ ```
1633+
14101634## ` DB-CORE-2xxxx ` status codes
14111635
14121636The following are status codes and messages for the concurrency error category.
@@ -2015,6 +2239,46 @@ Something went wrong while trying to save the data. Details: %s
20152239Something went wrong while scanning. Are you sure you are running in the correct transaction mode? Details: %s
20162240```
20172241
2242+ ### ` DB-CORE-30049 `
2243+
2244+ ** Message**
2245+
2246+ ``` markdown
2247+ Failed to read CSV file. Details: %s.
2248+ ```
2249+
2250+ ### ` DB-CORE-30050 `
2251+
2252+ ** Message**
2253+
2254+ ``` markdown
2255+ Failed to CSV read header line. Details: %s.
2256+ ```
2257+
2258+ ### ` DB-CORE-30051 `
2259+
2260+ ** Message**
2261+
2262+ ``` markdown
2263+ Data chunk processing was interrupted. Details: %s
2264+ ```
2265+
2266+ ### ` DB-CORE-30052 `
2267+
2268+ ** Message**
2269+
2270+ ``` markdown
2271+ Failed to read JSON file. Details: %s.
2272+ ```
2273+
2274+ ### ` DB-CORE-30053 `
2275+
2276+ ** Message**
2277+
2278+ ``` markdown
2279+ Failed to read JSON Lines file. Details: %s.
2280+ ```
2281+
20182282## ` DB-CORE-4xxxx ` status codes
20192283
20202284The following are status codes and messages for the unknown transaction status error category.
0 commit comments